Class: Aws::VerifiedPermissions::Types::TemplateLinkedPolicyDefinitionDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::VerifiedPermissions::Types::TemplateLinkedPolicyDefinitionDetail
- Defined in:
- gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb
Overview
Contains information about a policy that was created by instantiating a policy template.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#policy_template_id ⇒ String
The unique identifier of the policy template used to create this policy.
-
#principal ⇒ Types::EntityIdentifier
The principal associated with this template-linked policy.
-
#resource ⇒ Types::EntityIdentifier
The resource associated with this template-linked policy.
Instance Attribute Details
#policy_template_id ⇒ String
The unique identifier of the policy template used to create this policy.
3813 3814 3815 3816 3817 3818 3819 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 3813 class TemplateLinkedPolicyDefinitionDetail < Struct.new( :policy_template_id, :principal, :resource) SENSITIVE = [] include Aws::Structure end |
#principal ⇒ Types::EntityIdentifier
The principal associated with this template-linked policy. Verified
Permissions substitutes this principal for the ?principal
placeholder in the policy template when it evaluates an
authorization request.
3813 3814 3815 3816 3817 3818 3819 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 3813 class TemplateLinkedPolicyDefinitionDetail < Struct.new( :policy_template_id, :principal, :resource) SENSITIVE = [] include Aws::Structure end |
#resource ⇒ Types::EntityIdentifier
The resource associated with this template-linked policy. Verified
Permissions substitutes this resource for the ?resource
placeholder in the policy template when it evaluates an
authorization request.
3813 3814 3815 3816 3817 3818 3819 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 3813 class TemplateLinkedPolicyDefinitionDetail < Struct.new( :policy_template_id, :principal, :resource) SENSITIVE = [] include Aws::Structure end |