Class: Aws::Types::TemplateLinkedPolicyDefinitionItem
- Inherits:
-
Object
- Object
- Aws::Types::TemplateLinkedPolicyDefinitionItem
- 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.
1077 1078 1079 |
# File 'sig/types.rbs', line 1077 def policy_template_id @policy_template_id end |
#principal ⇒ Types::EntityIdentifier
Returns the value of attribute principal.
1078 1079 1080 |
# File 'sig/types.rbs', line 1078 def principal @principal end |
#resource ⇒ Types::EntityIdentifier
Returns the value of attribute resource.
1079 1080 1081 |
# File 'sig/types.rbs', line 1079 def resource @resource end |