Class: Aws::VerifiedPermissions::Types::CreatePolicyStoreOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::VerifiedPermissions::Types::CreatePolicyStoreOutput
- Defined in:
- gems/aws-sdk-verifiedpermissions/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.
1161 1162 1163 1164 1165 1166 1167 1168 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 1161 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.
1161 1162 1163 1164 1165 1166 1167 1168 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 1161 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.
1161 1162 1163 1164 1165 1166 1167 1168 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 1161 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.
1161 1162 1163 1164 1165 1166 1167 1168 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 1161 class CreatePolicyStoreOutput < Struct.new( :policy_store_id, :arn, :created_date, :last_updated_date) SENSITIVE = [] include Aws::Structure end |