Class: Aws::Types::AttachPrincipalPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::AttachPrincipalPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
-
#principal ⇒ ::String
Returns the value of attribute principal.
Instance Attribute Details
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
177 178 179 |
# File 'sig/types.rbs', line 177 def policy_name @policy_name end |
#principal ⇒ ::String
Returns the value of attribute principal.
178 179 180 |
# File 'sig/types.rbs', line 178 def principal @principal end |