Class: Aws::VerifiedPermissions::Types::GetPolicyStoreOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::VerifiedPermissions::Types::GetPolicyStoreOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-verifiedpermissions/types.rb
Overview
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 that the policy store was originally 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 that the policy store was last updated.
-
#policy_store_id ⇒ String
The ID of the policy store;.
-
#validation_settings ⇒ Types::ValidationSettings
The current validation settings for the policy store.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the policy store.
1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1878 class GetPolicyStoreOutput < Struct.new( :policy_store_id, :arn, :validation_settings, :created_date, :last_updated_date, :description) SENSITIVE = [:description] include Aws::Structure end |
#created_date ⇒ Time
The date and time that the policy store was originally created.
1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1878 class GetPolicyStoreOutput < Struct.new( :policy_store_id, :arn, :validation_settings, :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.
1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1878 class GetPolicyStoreOutput < Struct.new( :policy_store_id, :arn, :validation_settings, :created_date, :last_updated_date, :description) SENSITIVE = [:description] include Aws::Structure end |
#last_updated_date ⇒ Time
The date and time that the policy store was last updated.
1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1878 class GetPolicyStoreOutput < Struct.new( :policy_store_id, :arn, :validation_settings, :created_date, :last_updated_date, :description) SENSITIVE = [:description] include Aws::Structure end |
#policy_store_id ⇒ String
The ID of the policy store;
1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1878 class GetPolicyStoreOutput < Struct.new( :policy_store_id, :arn, :validation_settings, :created_date, :last_updated_date, :description) SENSITIVE = [:description] include Aws::Structure end |
#validation_settings ⇒ Types::ValidationSettings
The current validation settings for the policy store.
1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1878 class GetPolicyStoreOutput < Struct.new( :policy_store_id, :arn, :validation_settings, :created_date, :last_updated_date, :description) SENSITIVE = [:description] include Aws::Structure end |