Module: Aws::QuickSight::Client::_ListCustomPermissionsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListCustomPermissionsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #custom_permissions_list ⇒ ::Array[Types::CustomPermissions]
- #next_token ⇒ ::String
- #request_id ⇒ ::String
- #status ⇒ ::Integer
Instance Method Details
#custom_permissions_list ⇒ ::Array[Types::CustomPermissions]
2657 |
# File 'sig/client.rbs', line 2657
def custom_permissions_list: () -> ::Array[Types::CustomPermissions]
|
#next_token ⇒ ::String
2658 |
# File 'sig/client.rbs', line 2658
def next_token: () -> ::String
|
#request_id ⇒ ::String
2659 |
# File 'sig/client.rbs', line 2659
def request_id: () -> ::String
|
#status ⇒ ::Integer
2656 |
# File 'sig/client.rbs', line 2656
def status: () -> ::Integer
|