Class: Aws::VerifiedPermissions::Types::PolicyStoreItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::VerifiedPermissions::Types::PolicyStoreItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-verifiedpermissions/types.rb
Overview
Contains information about a policy store.
This data type is used as a response parameter for the
- ListPolicyStores][1
-
operation.
[1]: docs.aws.amazon.com/verifiedpermissions/latest/apireference/API_ListPolicyStores.html
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the policy store.
-
#created_date ⇒ Time
The date and time the policy was created.
-
#description ⇒ String
Descriptive text that you can provide to help with identification of the current policy store.
-
#last_updated_date ⇒ Time
The date and time the policy store was most recently updated.
-
#policy_store_id ⇒ String
The unique identifier of the policy store.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the policy store.
3469 3470 3471 3472 3473 3474 3475 3476 3477 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 3469 class PolicyStoreItem < Struct.new( :policy_store_id, :arn, :created_date, :last_updated_date, :description) SENSITIVE = [:description] include Aws::Structure end |
#created_date ⇒ Time
The date and time the policy was created.
3469 3470 3471 3472 3473 3474 3475 3476 3477 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 3469 class PolicyStoreItem < Struct.new( :policy_store_id, :arn, :created_date, :last_updated_date, :description) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
Descriptive text that you can provide to help with identification of the current policy store.
3469 3470 3471 3472 3473 3474 3475 3476 3477 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 3469 class PolicyStoreItem < Struct.new( :policy_store_id, :arn, :created_date, :last_updated_date, :description) SENSITIVE = [:description] include Aws::Structure end |
#last_updated_date ⇒ Time
The date and time the policy store was most recently updated.
3469 3470 3471 3472 3473 3474 3475 3476 3477 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 3469 class PolicyStoreItem < Struct.new( :policy_store_id, :arn, :created_date, :last_updated_date, :description) SENSITIVE = [:description] include Aws::Structure end |
#policy_store_id ⇒ String
The unique identifier of the policy store.
3469 3470 3471 3472 3473 3474 3475 3476 3477 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 3469 class PolicyStoreItem < Struct.new( :policy_store_id, :arn, :created_date, :last_updated_date, :description) SENSITIVE = [:description] include Aws::Structure end |