/AWS1/CL_EC2IMAGEREFERENCE¶
A resource that is referencing an image.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_imageid TYPE /AWS1/EC2IMAGEID /AWS1/EC2IMAGEID¶
The ID of the referenced image.
iv_resourcetype TYPE /AWS1/EC2IMAGEREFERENCERESTYPE /AWS1/EC2IMAGEREFERENCERESTYPE¶
The type of resource referencing the image.
iv_arn TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The Amazon Resource Name (ARN) of the resource referencing the image.
Queryable Attributes¶
ImageId¶
The ID of the referenced image.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMAGEID() |
Getter for IMAGEID, with configurable default |
ASK_IMAGEID() |
Getter for IMAGEID w/ exceptions if field has no value |
HAS_IMAGEID() |
Determine if IMAGEID has a value |
ResourceType¶
The type of resource referencing the image.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCETYPE() |
Getter for RESOURCETYPE, with configurable default |
ASK_RESOURCETYPE() |
Getter for RESOURCETYPE w/ exceptions if field has no value |
HAS_RESOURCETYPE() |
Determine if RESOURCETYPE has a value |
Arn¶
The Amazon Resource Name (ARN) of the resource referencing the image.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_IMAGEREFERENCELIST¶
TYPES TT_IMAGEREFERENCELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2IMAGEREFERENCE WITH DEFAULT KEY
.