Class: Aws::Types::AttachPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::AttachPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
-
#target ⇒ ::String
Returns the value of attribute target.
Instance Attribute Details
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
171 172 173 |
# File 'sig/types.rbs', line 171 def policy_name @policy_name end |
#target ⇒ ::String
Returns the value of attribute target.
172 173 174 |
# File 'sig/types.rbs', line 172 def target @target end |