Class: Aws::QuickSight::Types::ListUsersResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-quicksight/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A pagination token that can be used in a subsequent request.

Returns:

  • (String)


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_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


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

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


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_listArray<Types::User>

The list of users.

Returns:



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