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]
2979 |
# File 'sig/client.rbs', line 2979
def custom_permissions_list: () -> ::Array[Types::CustomPermissions]
|
#next_token ⇒ ::String
2980 |
# File 'sig/client.rbs', line 2980
def next_token: () -> ::String
|
#request_id ⇒ ::String
2981 |
# File 'sig/client.rbs', line 2981
def request_id: () -> ::String
|
#status ⇒ ::Integer
2978 |
# File 'sig/client.rbs', line 2978
def status: () -> ::Integer
|