/AWS1/CL_GDYDESTINATION¶
Contains information about the publishing destination, including the ID, type, and status.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_destinationid
TYPE /AWS1/GDYSTRING
/AWS1/GDYSTRING
¶
The unique ID of the publishing destination.
iv_destinationtype
TYPE /AWS1/GDYDESTINATIONTYPE
/AWS1/GDYDESTINATIONTYPE
¶
The type of resource used for the publishing destination. Currently, only Amazon S3 buckets are supported.
iv_status
TYPE /AWS1/GDYPUBLISHINGSTATUS
/AWS1/GDYPUBLISHINGSTATUS
¶
The status of the publishing destination.
Queryable Attributes¶
DestinationId¶
The unique ID of the publishing destination.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DESTINATIONID() |
Getter for DESTINATIONID, with configurable default |
ASK_DESTINATIONID() |
Getter for DESTINATIONID w/ exceptions if field has no value |
HAS_DESTINATIONID() |
Determine if DESTINATIONID has a value |
DestinationType¶
The type of resource used for the publishing destination. Currently, only Amazon S3 buckets are supported.
Accessible with the following methods¶
Method | Description |
---|---|
GET_DESTINATIONTYPE() |
Getter for DESTINATIONTYPE, with configurable default |
ASK_DESTINATIONTYPE() |
Getter for DESTINATIONTYPE w/ exceptions if field has no val |
HAS_DESTINATIONTYPE() |
Determine if DESTINATIONTYPE has a value |
Status¶
The status of the publishing destination.
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_DESTINATIONS
¶
TYPES TT_DESTINATIONS TYPE STANDARD TABLE OF REF TO /AWS1/CL_GDYDESTINATION WITH DEFAULT KEY
.