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.
-
#name ⇒ String
The name of the policy template, if one was assigned when the policy template was created or last 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.
2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 2655 class GetPolicyTemplateOutput < Struct.new( :policy_store_id, :policy_template_id, :description, :statement, :created_date, :last_updated_date, :name) SENSITIVE = [:description, :statement] include Aws::Structure end |
#description ⇒ String
The description of the policy template.
2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 2655 class GetPolicyTemplateOutput < Struct.new( :policy_store_id, :policy_template_id, :description, :statement, :created_date, :last_updated_date, :name) SENSITIVE = [:description, :statement] include Aws::Structure end |
#last_updated_date ⇒ Time
The date and time that the policy template was most recently updated.
2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 2655 class GetPolicyTemplateOutput < Struct.new( :policy_store_id, :policy_template_id, :description, :statement, :created_date, :last_updated_date, :name) SENSITIVE = [:description, :statement] include Aws::Structure end |
#name ⇒ String
The name of the policy template, if one was assigned when the policy template was created or last updated.
2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 2655 class GetPolicyTemplateOutput < Struct.new( :policy_store_id, :policy_template_id, :description, :statement, :created_date, :last_updated_date, :name) SENSITIVE = [:description, :statement] include Aws::Structure end |
#policy_store_id ⇒ String
The ID of the policy store that contains the policy template.
2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 2655 class GetPolicyTemplateOutput < Struct.new( :policy_store_id, :policy_template_id, :description, :statement, :created_date, :last_updated_date, :name) SENSITIVE = [:description, :statement] include Aws::Structure end |
#policy_template_id ⇒ String
The ID of the policy template.
2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 2655 class GetPolicyTemplateOutput < Struct.new( :policy_store_id, :policy_template_id, :description, :statement, :created_date, :last_updated_date, :name) SENSITIVE = [:description, :statement] include Aws::Structure end |
#statement ⇒ String
The content of the body of the policy template written in the Cedar policy language.
2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 2655 class GetPolicyTemplateOutput < Struct.new( :policy_store_id, :policy_template_id, :description, :statement, :created_date, :last_updated_date, :name) SENSITIVE = [:description, :statement] include Aws::Structure end |