Class: Aws::VerifiedPermissions::Types::UpdatePolicyTemplateOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::VerifiedPermissions::Types::UpdatePolicyTemplateOutput
- 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 that the policy template was originally created.
-
#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 updated policy template.
-
#policy_template_id ⇒ String
The ID of the updated policy template.
Instance Attribute Details
#created_date ⇒ Time
The date and time that the policy template was originally created.
4465 4466 4467 4468 4469 4470 4471 4472 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 4465 class UpdatePolicyTemplateOutput < 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 that the policy template was most recently updated.
4465 4466 4467 4468 4469 4470 4471 4472 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 4465 class UpdatePolicyTemplateOutput < 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 updated policy template.
4465 4466 4467 4468 4469 4470 4471 4472 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 4465 class UpdatePolicyTemplateOutput < Struct.new( :policy_store_id, :policy_template_id, :created_date, :last_updated_date) SENSITIVE = [] include Aws::Structure end |
#policy_template_id ⇒ String
The ID of the updated policy template.
4465 4466 4467 4468 4469 4470 4471 4472 |
# File 'lib/aws-sdk-verifiedpermissions/types.rb', line 4465 class UpdatePolicyTemplateOutput < Struct.new( :policy_store_id, :policy_template_id, :created_date, :last_updated_date) SENSITIVE = [] include Aws::Structure end |