/AWS1/CL_EC2IMAGERECYCLEBINI00¶
Information about an AMI that is currently in the Recycle Bin.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_imageid TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The ID of the AMI.
iv_name TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The name of the AMI.
iv_description TYPE /AWS1/EC2STRING /AWS1/EC2STRING¶
The description of the AMI.
iv_recyclebinentertime TYPE /AWS1/EC2MILLISECONDDATETIME /AWS1/EC2MILLISECONDDATETIME¶
The date and time when the AMI entered the Recycle Bin.
iv_recyclebinexittime TYPE /AWS1/EC2MILLISECONDDATETIME /AWS1/EC2MILLISECONDDATETIME¶
The date and time when the AMI is to be permanently deleted from the Recycle Bin.
Queryable Attributes¶
ImageId¶
The ID of the AMI.
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 |
Name¶
The name of the AMI.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
Description¶
The description of the AMI.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESCRIPTION() |
Getter for DESCRIPTION, with configurable default |
ASK_DESCRIPTION() |
Getter for DESCRIPTION w/ exceptions if field has no value |
HAS_DESCRIPTION() |
Determine if DESCRIPTION has a value |
RecycleBinEnterTime¶
The date and time when the AMI entered the Recycle Bin.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECYCLEBINENTERTIME() |
Getter for RECYCLEBINENTERTIME, with configurable default |
ASK_RECYCLEBINENTERTIME() |
Getter for RECYCLEBINENTERTIME w/ exceptions if field has no |
HAS_RECYCLEBINENTERTIME() |
Determine if RECYCLEBINENTERTIME has a value |
RecycleBinExitTime¶
The date and time when the AMI is to be permanently deleted from the Recycle Bin.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECYCLEBINEXITTIME() |
Getter for RECYCLEBINEXITTIME, with configurable default |
ASK_RECYCLEBINEXITTIME() |
Getter for RECYCLEBINEXITTIME w/ exceptions if field has no |
HAS_RECYCLEBINEXITTIME() |
Determine if RECYCLEBINEXITTIME 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_IMAGERECYCLEBININFOLIST¶
TYPES TT_IMAGERECYCLEBININFOLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2IMAGERECYCLEBINI00 WITH DEFAULT KEY
.