/AWS1/CL_MQ_DESCRSHAREDRESRSP¶
DescribeSharedResourcesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
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.
it_sharedresources TYPE /AWS1/CL_MQ_SHAREDRESOURCE=>TT___LISTOFSHAREDRESOURCE TT___LISTOFSHAREDRESOURCE¶
A list of resources shared to the broker.
Queryable Attributes¶
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 |
SharedResources¶
A list of resources shared to the broker.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SHAREDRESOURCES() |
Getter for SHAREDRESOURCES, with configurable default |
ASK_SHAREDRESOURCES() |
Getter for SHAREDRESOURCES w/ exceptions if field has no val |
HAS_SHAREDRESOURCES() |
Determine if SHAREDRESOURCES has a value |