Class: Aws::VerifiedPermissions::Types::CreatePolicyStoreOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::VerifiedPermissions::Types::CreatePolicyStoreOutput
- 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 new policy store.
-
#created_date ⇒ Time
The date and time the policy store was originally created.
-
#last_updated_date ⇒ Time
The date and time the policy store was last updated.
-
#policy_store_id ⇒ String
The unique ID of the new policy store.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the new policy store.
1316 1317 1318 1319 1320 1321 1322 1323 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1316 class CreatePolicyStoreOutput < Struct.new( :policy_store_id, :arn, :created_date, :last_updated_date) SENSITIVE = [] include Aws::Structure end |
#created_date ⇒ Time
The date and time the policy store was originally created.
1316 1317 1318 1319 1320 1321 1322 1323 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1316 class CreatePolicyStoreOutput < Struct.new( :policy_store_id, :arn, :created_date, :last_updated_date) SENSITIVE = [] include Aws::Structure end |
#last_updated_date ⇒ Time
The date and time the policy store was last updated.
1316 1317 1318 1319 1320 1321 1322 1323 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1316 class CreatePolicyStoreOutput < Struct.new( :policy_store_id, :arn, :created_date, :last_updated_date) SENSITIVE = [] include Aws::Structure end |
#policy_store_id ⇒ String
The unique ID of the new policy store.
1316 1317 1318 1319 1320 1321 1322 1323 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1316 class CreatePolicyStoreOutput < Struct.new( :policy_store_id, :arn, :created_date, :last_updated_date) SENSITIVE = [] include Aws::Structure end |