Skip to content

/AWS1/CL_QSTTOPICV2SUMMARY

A summary of the topic.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_arn TYPE /AWS1/QSTARN /AWS1/QSTARN

The Amazon Resource Name (ARN) of the topic.

iv_topicid TYPE /AWS1/QSTTOPICID /AWS1/QSTTOPICID

The ID of the topic. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

iv_name TYPE /AWS1/QSTRESOURCENAME /AWS1/QSTRESOURCENAME

The name of the topic.


Queryable Attributes

Arn

The Amazon Resource Name (ARN) of the topic.

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

TopicId

The ID of the topic. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.

Accessible with the following methods

Method Description
GET_TOPICID() Getter for TOPICID, with configurable default
ASK_TOPICID() Getter for TOPICID w/ exceptions if field has no value
HAS_TOPICID() Determine if TOPICID has a value

Name

The name of the topic.

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

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_TOPICV2SUMMARIES

TYPES TT_TOPICV2SUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTTOPICV2SUMMARY WITH DEFAULT KEY
.