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