Module: Aws::QuickSight::Client::_ListUsersResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListUsersResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#next_token ⇒ ::String
3224 |
# File 'sig/client.rbs', line 3224
def next_token: () -> ::String
|
#request_id ⇒ ::String
3225 |
# File 'sig/client.rbs', line 3225
def request_id: () -> ::String
|
#status ⇒ ::Integer
3226 |
# File 'sig/client.rbs', line 3226
def status: () -> ::Integer
|
#user_list ⇒ ::Array[Types::User]
3223 |
# File 'sig/client.rbs', line 3223
def user_list: () -> ::Array[Types::User]
|