Class: Aws::VerifiedPermissions::Types::BatchGetPolicyOutputItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::VerifiedPermissions::Types::BatchGetPolicyOutputItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-verifiedpermissions/types.rb
Overview
Contains information about a policy returned from a ‘BatchGetPolicy` API request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_date ⇒ Time
The date and time the policy was created.
-
#definition ⇒ Types::PolicyDefinitionDetail
The policy definition of an item in the list of policies returned.
-
#last_updated_date ⇒ Time
The date and time the policy was most recently updated.
-
#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.
-
#policy_type ⇒ String
The type of the policy.
Instance Attribute Details
#created_date ⇒ Time
The date and time the policy was created.
305 306 307 308 309 310 311 312 313 314 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 305 class BatchGetPolicyOutputItem < Struct.new( :policy_store_id, :policy_id, :policy_type, :definition, :created_date, :last_updated_date) SENSITIVE = [] include Aws::Structure end |
#definition ⇒ Types::PolicyDefinitionDetail
The policy definition of an item in the list of policies returned.
305 306 307 308 309 310 311 312 313 314 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 305 class BatchGetPolicyOutputItem < Struct.new( :policy_store_id, :policy_id, :policy_type, :definition, :created_date, :last_updated_date) SENSITIVE = [] include Aws::Structure end |
#last_updated_date ⇒ Time
The date and time the policy was most recently updated.
305 306 307 308 309 310 311 312 313 314 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 305 class BatchGetPolicyOutputItem < Struct.new( :policy_store_id, :policy_id, :policy_type, :definition, :created_date, :last_updated_date) SENSITIVE = [] include Aws::Structure end |
#policy_id ⇒ String
The identifier of the policy you want information about.
305 306 307 308 309 310 311 312 313 314 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 305 class BatchGetPolicyOutputItem < Struct.new( :policy_store_id, :policy_id, :policy_type, :definition, :created_date, :last_updated_date) SENSITIVE = [] include Aws::Structure end |
#policy_store_id ⇒ String
The identifier of the policy store where the policy you want information about is stored.
305 306 307 308 309 310 311 312 313 314 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 305 class BatchGetPolicyOutputItem < Struct.new( :policy_store_id, :policy_id, :policy_type, :definition, :created_date, :last_updated_date) SENSITIVE = [] include Aws::Structure end |
#policy_type ⇒ String
The type of the policy. This is one of the following values:
-
‘STATIC`
-
‘TEMPLATE_LINKED`
305 306 307 308 309 310 311 312 313 314 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 305 class BatchGetPolicyOutputItem < Struct.new( :policy_store_id, :policy_id, :policy_type, :definition, :created_date, :last_updated_date) SENSITIVE = [] include Aws::Structure end |