/AWS1/CL_BDOLISTPOLICYSUMSRSP¶
ListPolicySummariesResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_policies TYPE /AWS1/CL_BDOPOLICYSUMMARY=>TT_POLICYSUMMARYLIST TT_POLICYSUMMARYLIST¶
An array of policy summary objects that match the specified criteria. Each summary contains resource identifiers, status, and timestamps without customer-encrypted content.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/BDONEXTTOKEN /AWS1/BDONEXTTOKEN¶
A pagination token that can be used in subsequent ListPolicySummaries calls to retrieve additional results. This token is only present when there are more results available.
Queryable Attributes¶
policies¶
An array of policy summary objects that match the specified criteria. Each summary contains resource identifiers, status, and timestamps without customer-encrypted content.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICIES() |
Getter for POLICIES, with configurable default |
ASK_POLICIES() |
Getter for POLICIES w/ exceptions if field has no value |
HAS_POLICIES() |
Determine if POLICIES has a value |
nextToken¶
A pagination token that can be used in subsequent ListPolicySummaries calls to retrieve additional results. This token is only present when there are more results available.
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 |