Class: Aws::Types::DetachRolePolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DetachRolePolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#role_name ⇒ ::String
Returns the value of attribute role_name.
Instance Attribute Details
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
509 510 511 |
# File 'sig/types.rbs', line 509 def policy_arn @policy_arn end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
508 509 510 |
# File 'sig/types.rbs', line 508 def role_name @role_name end |