/AWS1/CL_MQ_LISTBROKERSRSP¶
ListBrokersResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
it_brokersummaries
TYPE /AWS1/CL_MQ_BROKERSUMMARY=>TT___LISTOFBROKERSUMMARY
TT___LISTOFBROKERSUMMARY
¶
A list of information about all brokers.
iv_nexttoken
TYPE /AWS1/MQ___STRING
/AWS1/MQ___STRING
¶
The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.
Queryable Attributes¶
BrokerSummaries¶
A list of information about all brokers.
Accessible with the following methods¶
Method | Description |
---|---|
GET_BROKERSUMMARIES() |
Getter for BROKERSUMMARIES, with configurable default |
ASK_BROKERSUMMARIES() |
Getter for BROKERSUMMARIES w/ exceptions if field has no val |
HAS_BROKERSUMMARIES() |
Determine if BROKERSUMMARIES has a value |
NextToken¶
The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.
Accessible with the following methods¶
Method | Description |
---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |