Class: Aws::VerifiedPermissions::Types::UpdatePolicyStoreOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::VerifiedPermissions::Types::UpdatePolicyStoreOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-verifiedpermissions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The [Amazon Resource Name (ARN)] of the updated policy store.
-
#created_date ⇒ Time
The date and time that the policy store was originally created.
-
#last_updated_date ⇒ Time
The date and time that the policy store was most recently updated.
-
#policy_store_id ⇒ String
The ID of the updated policy store.
Instance Attribute Details
#arn ⇒ String
The [Amazon Resource Name (ARN)] of the updated policy store.
[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
4393 4394 4395 4396 4397 4398 4399 4400 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 4393 class UpdatePolicyStoreOutput < Struct.new( :policy_store_id, :arn, :created_date, :last_updated_date) SENSITIVE = [] include Aws::Structure end |
#created_date ⇒ Time
The date and time that the policy store was originally created.
4393 4394 4395 4396 4397 4398 4399 4400 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 4393 class UpdatePolicyStoreOutput < Struct.new( :policy_store_id, :arn, :created_date, :last_updated_date) SENSITIVE = [] include Aws::Structure end |
#last_updated_date ⇒ Time
The date and time that the policy store was most recently updated.
4393 4394 4395 4396 4397 4398 4399 4400 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 4393 class UpdatePolicyStoreOutput < Struct.new( :policy_store_id, :arn, :created_date, :last_updated_date) SENSITIVE = [] include Aws::Structure end |
#policy_store_id ⇒ String
The ID of the updated policy store.
4393 4394 4395 4396 4397 4398 4399 4400 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 4393 class UpdatePolicyStoreOutput < Struct.new( :policy_store_id, :arn, :created_date, :last_updated_date) SENSITIVE = [] include Aws::Structure end |