Class: Aws::VerifiedPermissions::Types::CreatePolicyTemplateOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::VerifiedPermissions::Types::CreatePolicyTemplateOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-verifiedpermissions/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#created_date ⇒ Time
The date and time the policy template was originally created.
-
#last_updated_date ⇒ Time
The date and time 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 unique ID of the new policy template.
Instance Attribute Details
#created_date ⇒ Time
The date and time the policy template was originally created.
1395 1396 1397 1398 1399 1400 1401 1402 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1395 class CreatePolicyTemplateOutput < Struct.new( :policy_store_id, :policy_template_id, :created_date, :last_updated_date) SENSITIVE = [] include Aws::Structure end |
#last_updated_date ⇒ Time
The date and time the policy template was most recently updated.
1395 1396 1397 1398 1399 1400 1401 1402 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1395 class CreatePolicyTemplateOutput < Struct.new( :policy_store_id, :policy_template_id, :created_date, :last_updated_date) SENSITIVE = [] include Aws::Structure end |
#policy_store_id ⇒ String
The ID of the policy store that contains the policy template.
1395 1396 1397 1398 1399 1400 1401 1402 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1395 class CreatePolicyTemplateOutput < Struct.new( :policy_store_id, :policy_template_id, :created_date, :last_updated_date) SENSITIVE = [] include Aws::Structure end |
#policy_template_id ⇒ String
The unique ID of the new policy template.
1395 1396 1397 1398 1399 1400 1401 1402 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 1395 class CreatePolicyTemplateOutput < Struct.new( :policy_store_id, :policy_template_id, :created_date, :last_updated_date) SENSITIVE = [] include Aws::Structure end |