Class: Aws::Types::TemplateLinkedPolicyDefinition
- Inherits:
-
Object
- Object
- Aws::Types::TemplateLinkedPolicyDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_template_id ⇒ ::String
Returns the value of attribute policy_template_id.
-
#principal ⇒ Types::EntityIdentifier
Returns the value of attribute principal.
-
#resource ⇒ Types::EntityIdentifier
Returns the value of attribute resource.
Instance Attribute Details
#policy_template_id ⇒ ::String
Returns the value of attribute policy_template_id.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def policy_template_id @policy_template_id end |
#principal ⇒ Types::EntityIdentifier
Returns the value of attribute principal.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def principal @principal end |
#resource ⇒ Types::EntityIdentifier
Returns the value of attribute resource.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def resource @resource end |