Class: Aws::Types::DescribeRoleCustomPermissionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeRoleCustomPermissionResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_permissions_name ⇒ ::String
Returns the value of attribute custom_permissions_name.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#custom_permissions_name ⇒ ::String
Returns the value of attribute custom_permissions_name.
5192 5193 5194 |
# File 'sig/types.rbs', line 5192 def @custom_permissions_name end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
5193 5194 5195 |
# File 'sig/types.rbs', line 5193 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
5194 5195 5196 |
# File 'sig/types.rbs', line 5194 def status @status end |