Class: Aws::Types::PutRolePermissionsBoundaryRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutRolePermissionsBoundaryRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#permissions_boundary ⇒ ::String
Returns the value of attribute permissions_boundary.
-
#role_name ⇒ ::String
Returns the value of attribute role_name.
Instance Attribute Details
#permissions_boundary ⇒ ::String
Returns the value of attribute permissions_boundary.
1783 1784 1785 |
# File 'sig/types.rbs', line 1783 def @permissions_boundary end |
#role_name ⇒ ::String
Returns the value of attribute role_name.
1782 1783 1784 |
# File 'sig/types.rbs', line 1782 def role_name @role_name end |