/AWS1/CL_RE2LISTSVCVIEWSOUTPUT¶
ListServiceViewsOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/RE2STRING /AWS1/RE2STRING¶
The pagination token to use in a subsequent
ListServiceViewsrequest to retrieve the next set of results.
it_serviceviews TYPE /AWS1/CL_RE2SVCVIEWARNLIST_W=>TT_SERVICEVIEWARNLIST TT_SERVICEVIEWARNLIST¶
A list of Amazon Resource Names (ARNs) for the service views available in the current Amazon Web Services account.
Queryable Attributes¶
NextToken¶
The pagination token to use in a subsequent
ListServiceViewsrequest to retrieve the next set of results.
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 |
ServiceViews¶
A list of Amazon Resource Names (ARNs) for the service views available in the current Amazon Web Services account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICEVIEWS() |
Getter for SERVICEVIEWS, with configurable default |
ASK_SERVICEVIEWS() |
Getter for SERVICEVIEWS w/ exceptions if field has no value |
HAS_SERVICEVIEWS() |
Determine if SERVICEVIEWS has a value |