/AWS1/CL_EC2DESCRIMAGESRESULT¶
DescribeImagesResult
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IV_NEXTTOKEN
TYPE /AWS1/EC2STRING
/AWS1/EC2STRING
¶
The token to include in another request to get the next page of items. This value is
null
when there are no more items to return.
IT_IMAGES
TYPE /AWS1/CL_EC2IMAGE=>TT_IMAGELIST
TT_IMAGELIST
¶
Information about the images.
Queryable Attributes¶
NextToken¶
The token to include in another request to get the next page of items. This value is
null
when there are no more items to return.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |
Images¶
Information about the images.
Accessible with the following methods¶
Method | Description |
---|---|
GET_IMAGES() |
Getter for IMAGES, with configurable default |
ASK_IMAGES() |
Getter for IMAGES w/ exceptions if field has no value |
HAS_IMAGES() |
Determine if IMAGES has a value |