/AWS1/CL_VPSBATCHGETPLYINPITEM¶
Information about a policy that you include in a BatchGetPolicy API request.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_policystoreid TYPE /AWS1/VPSPOLICYSTOREID /AWS1/VPSPOLICYSTOREID¶
The identifier of the policy store where the policy you want information about is stored.
iv_policyid TYPE /AWS1/VPSPOLICYID /AWS1/VPSPOLICYID¶
The identifier of the policy you want information about.
You can use the policy name in place of the policy ID. When using a name, prefix it with
name/. For example:
ID:
SPEXAMPLEabcdefg111111Name:
name/example-policy
Queryable Attributes¶
policyStoreId¶
The identifier of the policy store where the policy you want information about is stored.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICYSTOREID() |
Getter for POLICYSTOREID, with configurable default |
ASK_POLICYSTOREID() |
Getter for POLICYSTOREID w/ exceptions if field has no value |
HAS_POLICYSTOREID() |
Determine if POLICYSTOREID has a value |
policyId¶
The identifier of the policy you want information about.
You can use the policy name in place of the policy ID. When using a name, prefix it with
name/. For example:
ID:
SPEXAMPLEabcdefg111111Name:
name/example-policy
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICYID() |
Getter for POLICYID, with configurable default |
ASK_POLICYID() |
Getter for POLICYID w/ exceptions if field has no value |
HAS_POLICYID() |
Determine if POLICYID has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_BATCHGETPOLICYINPUTLIST¶
TYPES TT_BATCHGETPOLICYINPUTLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_VPSBATCHGETPLYINPITEM WITH DEFAULT KEY
.