Class: Aws::Types::DeleteRolePolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRolePolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
-
#role_name ⇒ ::String
Returns the value of attribute role_name.
Instance Attribute Details
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
427 428 429 |
# File 'sig/types.rbs', line 427 def policy_name @policy_name end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
426 427 428 |
# File 'sig/types.rbs', line 426 def role_name @role_name end |