Class: Aws::VerifiedPermissions::Types::BatchGetPolicyInputItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::VerifiedPermissions::Types::BatchGetPolicyInputItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-verifiedpermissions/types.rb
Overview
Information about a policy that you include in a ‘BatchGetPolicy` API request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_id ⇒ String
The identifier of the policy you want information about.
-
#policy_store_id ⇒ String
The identifier of the policy store where the policy you want information about is stored.
Instance Attribute Details
#policy_id ⇒ String
The identifier of the policy you want information about.
244 245 246 247 248 249 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 244 class BatchGetPolicyInputItem < Struct.new( :policy_store_id, :policy_id) SENSITIVE = [] include Aws::Structure end |
#policy_store_id ⇒ String
The identifier of the policy store where the policy you want information about is stored.
244 245 246 247 248 249 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 244 class BatchGetPolicyInputItem < Struct.new( :policy_store_id, :policy_id) SENSITIVE = [] include Aws::Structure end |