Class: Aws::VerifiedPermissions::Types::PolicyTemplateItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::VerifiedPermissions::Types::PolicyTemplateItem
- Defined in:
- gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb
Overview
Contains details about a policy template
This data type is used as a response parameter for the ListPolicyTemplates operation.
Constant Summary collapse
- SENSITIVE =
[:description]
Instance Attribute Summary collapse
-
#created_date ⇒ Time
The date and time that the policy template was created.
-
#description ⇒ String
The description attached to the policy template.
-
#last_updated_date ⇒ Time
The date and time that the policy template was most recently updated.
-
#policy_store_id ⇒ String
The unique identifier of the policy store that contains the template.
-
#policy_template_id ⇒ String
The unique identifier of the policy template.
Instance Attribute Details
#created_date ⇒ Time
The date and time that the policy template was created.
3357 3358 3359 3360 3361 3362 3363 3364 3365 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 3357 class PolicyTemplateItem < Struct.new( :policy_store_id, :policy_template_id, :description, :created_date, :last_updated_date) SENSITIVE = [:description] include Aws::Structure end |
#description ⇒ String
The description attached to the policy template.
3357 3358 3359 3360 3361 3362 3363 3364 3365 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 3357 class PolicyTemplateItem < Struct.new( :policy_store_id, :policy_template_id, :description, :created_date, :last_updated_date) SENSITIVE = [:description] include Aws::Structure end |
#last_updated_date ⇒ Time
The date and time that the policy template was most recently updated.
3357 3358 3359 3360 3361 3362 3363 3364 3365 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 3357 class PolicyTemplateItem < Struct.new( :policy_store_id, :policy_template_id, :description, :created_date, :last_updated_date) SENSITIVE = [:description] include Aws::Structure end |
#policy_store_id ⇒ String
The unique identifier of the policy store that contains the template.
3357 3358 3359 3360 3361 3362 3363 3364 3365 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 3357 class PolicyTemplateItem < Struct.new( :policy_store_id, :policy_template_id, :description, :created_date, :last_updated_date) SENSITIVE = [:description] include Aws::Structure end |
#policy_template_id ⇒ String
The unique identifier of the policy template.
3357 3358 3359 3360 3361 3362 3363 3364 3365 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 3357 class PolicyTemplateItem < Struct.new( :policy_store_id, :policy_template_id, :description, :created_date, :last_updated_date) SENSITIVE = [:description] include Aws::Structure end |