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
3548 |
# File 'sig/client.rbs', line 3548
def next_token: () -> ::String
|
#request_id ⇒ ::String
3549 |
# File 'sig/client.rbs', line 3549
def request_id: () -> ::String
|
#status ⇒ ::Integer
3550 |
# File 'sig/client.rbs', line 3550
def status: () -> ::Integer
|
#user_list ⇒ ::Array[Types::User]
3547 |
# File 'sig/client.rbs', line 3547
def user_list: () -> ::Array[Types::User]
|