Class: Aws::QuickSight::Types::ListUsersResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListUsersResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
A pagination token that can be used in a subsequent request.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
-
#user_list ⇒ Array<Types::User>
The list of users.
Instance Attribute Details
#next_token ⇒ String
A pagination token that can be used in a subsequent request.
22025 22026 22027 22028 22029 22030 22031 22032 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22025 class ListUsersResponse < Struct.new( :user_list, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
22025 22026 22027 22028 22029 22030 22031 22032 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22025 class ListUsersResponse < Struct.new( :user_list, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
22025 22026 22027 22028 22029 22030 22031 22032 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22025 class ListUsersResponse < Struct.new( :user_list, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#user_list ⇒ Array<Types::User>
The list of users.
22025 22026 22027 22028 22029 22030 22031 22032 |
# File 'lib/aws-sdk-quicksight/types.rb', line 22025 class ListUsersResponse < Struct.new( :user_list, :next_token, :request_id, :status) SENSITIVE = [] include Aws::Structure end |