Class: Aws::VerifiedPermissions::Types::GetPolicyTemplateOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::VerifiedPermissions::Types::GetPolicyTemplateOutput
- Defined in:
- gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:description, :statement]
Instance Attribute Summary collapse
-
#created_date ⇒ Time
The date and time that the policy template was originally created.
-
#description ⇒ String
The description of the policy template.
-
#last_updated_date ⇒ Time
The date and time that the policy template was most recently updated.
-
#policy_store_id ⇒ String
The ID of the policy store that contains the policy template.
-
#policy_template_id ⇒ String
The ID of the policy template.
-
#statement ⇒ String
The content of the body of the policy template written in the Cedar policy language.
Instance Attribute Details
#created_date ⇒ Time
The date and time that the policy template was originally created.
1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 1936 class GetPolicyTemplateOutput < Struct.new( :policy_store_id, :policy_template_id, :description, :statement, :created_date, :last_updated_date) SENSITIVE = [:description, :statement] include Aws::Structure end |
#description ⇒ String
The description of the policy template.
1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 1936 class GetPolicyTemplateOutput < Struct.new( :policy_store_id, :policy_template_id, :description, :statement, :created_date, :last_updated_date) SENSITIVE = [:description, :statement] include Aws::Structure end |
#last_updated_date ⇒ Time
The date and time that the policy template was most recently updated.
1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 1936 class GetPolicyTemplateOutput < Struct.new( :policy_store_id, :policy_template_id, :description, :statement, :created_date, :last_updated_date) SENSITIVE = [:description, :statement] include Aws::Structure end |
#policy_store_id ⇒ String
The ID of the policy store that contains the policy template.
1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 1936 class GetPolicyTemplateOutput < Struct.new( :policy_store_id, :policy_template_id, :description, :statement, :created_date, :last_updated_date) SENSITIVE = [:description, :statement] include Aws::Structure end |
#policy_template_id ⇒ String
The ID of the policy template.
1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 1936 class GetPolicyTemplateOutput < Struct.new( :policy_store_id, :policy_template_id, :description, :statement, :created_date, :last_updated_date) SENSITIVE = [:description, :statement] include Aws::Structure end |
#statement ⇒ String
The content of the body of the policy template written in the Cedar policy language.
1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 1936 class GetPolicyTemplateOutput < Struct.new( :policy_store_id, :policy_template_id, :description, :statement, :created_date, :last_updated_date) SENSITIVE = [:description, :statement] include Aws::Structure end |