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.
439 440 441 |
# File 'sig/types.rbs', line 439 def policy_name @policy_name end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
438 439 440 |
# File 'sig/types.rbs', line 438 def role_name @role_name end |