/AWS1/CL_SNSTOPIC¶
A wrapper type for the topic's Amazon Resource Name (ARN). To retrieve a topic's
attributes, use GetTopicAttributes.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_topicarn TYPE /AWS1/SNSTOPICARN /AWS1/SNSTOPICARN¶
The topic's ARN.
Queryable Attributes¶
TopicArn¶
The topic's ARN.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOPICARN() |
Getter for TOPICARN, with configurable default |
ASK_TOPICARN() |
Getter for TOPICARN w/ exceptions if field has no value |
HAS_TOPICARN() |
Determine if TOPICARN 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_TOPICSLIST¶
TYPES TT_TOPICSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SNSTOPIC WITH DEFAULT KEY
.