/AWS1/CL_ECSATTACHMENTSTATEC00¶
An object representing a change in state for a task attachment.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_attachmentarn TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
The Amazon Resource Name (ARN) of the attachment.
iv_status TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
The status of the attachment.
Queryable Attributes¶
attachmentArn¶
The Amazon Resource Name (ARN) of the attachment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTACHMENTARN() |
Getter for ATTACHMENTARN, with configurable default |
ASK_ATTACHMENTARN() |
Getter for ATTACHMENTARN w/ exceptions if field has no value |
HAS_ATTACHMENTARN() |
Determine if ATTACHMENTARN has a value |
status¶
The status of the attachment.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS 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_ATTACHMENTSTATECHANGES¶
TYPES TT_ATTACHMENTSTATECHANGES TYPE STANDARD TABLE OF REF TO /AWS1/CL_ECSATTACHMENTSTATEC00 WITH DEFAULT KEY
.