Class: Aws::Types::ListCustomPermissionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListCustomPermissionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_permissions_list ⇒ ::Array[Types::CustomPermissions]
Returns the value of attribute custom_permissions_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
-
#status ⇒ ::Integer
Returns the value of attribute status.
Instance Attribute Details
#custom_permissions_list ⇒ ::Array[Types::CustomPermissions]
Returns the value of attribute custom_permissions_list.
7735 7736 7737 |
# File 'sig/types.rbs', line 7735 def @custom_permissions_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7736 7737 7738 |
# File 'sig/types.rbs', line 7736 def next_token @next_token end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
7737 7738 7739 |
# File 'sig/types.rbs', line 7737 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
7734 7735 7736 |
# File 'sig/types.rbs', line 7734 def status @status end |