Class: Aws::Types::DescribeAccountCustomPermissionResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAccountCustomPermissionResponse
- 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.
4417 4418 4419 |
# File 'sig/types.rbs', line 4417 def @custom_permissions_name end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
4418 4419 4420 |
# File 'sig/types.rbs', line 4418 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
4419 4420 4421 |
# File 'sig/types.rbs', line 4419 def status @status end |