Class: Aws::VerifiedPermissions::Types::BatchGetPolicyOutputItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::VerifiedPermissions::Types::BatchGetPolicyOutputItem
- Defined in:
- gems/aws-sdk-verifiedpermissions/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.
329 330 331 332 333 334 335 336 337 338 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 329 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.
329 330 331 332 333 334 335 336 337 338 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 329 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.
329 330 331 332 333 334 335 336 337 338 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 329 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.
329 330 331 332 333 334 335 336 337 338 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 329 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.
329 330 331 332 333 334 335 336 337 338 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 329 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
329 330 331 332 333 334 335 336 337 338 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 329 class BatchGetPolicyOutputItem < Struct.new( :policy_store_id, :policy_id, :policy_type, :definition, :created_date, :last_updated_date) SENSITIVE = [] include Aws::Structure end |