/AWS1/CL_IN2EC2METADATA¶
Meta data details of an Amazon EC2 instance.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_tags TYPE /AWS1/CL_IN2TAGMAP_W=>TT_TAGMAP TT_TAGMAP¶
The tags attached to the instance.
iv_amiid TYPE /AWS1/IN2AMIID /AWS1/IN2AMIID¶
The ID of the Amazon Machine Image (AMI) used to launch the instance.
iv_platform TYPE /AWS1/IN2EC2PLATFORM /AWS1/IN2EC2PLATFORM¶
The platform of the instance.
Queryable Attributes¶
tags¶
The tags attached to the instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |
amiId¶
The ID of the Amazon Machine Image (AMI) used to launch the instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AMIID() |
Getter for AMIID, with configurable default |
ASK_AMIID() |
Getter for AMIID w/ exceptions if field has no value |
HAS_AMIID() |
Determine if AMIID has a value |
platform¶
The platform of the instance.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PLATFORM() |
Getter for PLATFORM, with configurable default |
ASK_PLATFORM() |
Getter for PLATFORM w/ exceptions if field has no value |
HAS_PLATFORM() |
Determine if PLATFORM has a value |