Class: Aws::Types::PutRolePolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutRolePolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
-
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
-
#role_name ⇒ ::String
Returns the value of attribute role_name.
Instance Attribute Details
#policy_document ⇒ ::String
Returns the value of attribute policy_document.
1790 1791 1792 |
# File 'sig/types.rbs', line 1790 def policy_document @policy_document end |
#policy_name ⇒ ::String
Returns the value of attribute policy_name.
1789 1790 1791 |
# File 'sig/types.rbs', line 1789 def policy_name @policy_name end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
1788 1789 1790 |
# File 'sig/types.rbs', line 1788 def role_name @role_name end |