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.
7424 7425 7426 |
# File 'sig/types.rbs', line 7424 def @custom_permissions_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7425 7426 7427 |
# File 'sig/types.rbs', line 7425 def next_token @next_token end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
7426 7427 7428 |
# File 'sig/types.rbs', line 7426 def request_id @request_id end |
#status ⇒ ::Integer
Returns the value of attribute status.
7423 7424 7425 |
# File 'sig/types.rbs', line 7423 def status @status end |