/AWS1/CL_SHBLISTCONFPOLRSP¶
ListConfigurationPoliciesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_confpolicysummaries TYPE /AWS1/CL_SHBCONFPOLICYSUMMARY=>TT_CONFPOLICYSUMMARYLIST TT_CONFPOLICYSUMMARYLIST¶
Provides metadata for each of your configuration policies.
iv_nexttoken TYPE /AWS1/SHBNEXTTOKEN /AWS1/SHBNEXTTOKEN¶
The
NextTokenvalue to include in the nextListConfigurationPoliciesrequest. When the results of aListConfigurationPoliciesrequest exceedMaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.
Queryable Attributes¶
ConfigurationPolicySummaries¶
Provides metadata for each of your configuration policies.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFPOLICYSUMMARIES() |
Getter for CONFIGURATIONPOLICYSUMMARIES, with configurable d |
ASK_CONFPOLICYSUMMARIES() |
Getter for CONFIGURATIONPOLICYSUMMARIES w/ exceptions if fie |
HAS_CONFPOLICYSUMMARIES() |
Determine if CONFIGURATIONPOLICYSUMMARIES has a value |
NextToken¶
The
NextTokenvalue to include in the nextListConfigurationPoliciesrequest. When the results of aListConfigurationPoliciesrequest exceedMaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.
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 |