Class: Aws::QuickSight::Types::SearchGroupsResponse

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

#group_listArray<Types::Group>

A list of groups in a specified namespace that match the filters you set in your ‘SearchGroups` request.

Returns:



25484
25485
25486
25487
25488
25489
25490
25491
# File 'lib/aws-sdk-quicksight/types.rb', line 25484

class SearchGroupsResponse < Struct.new(
  :group_list,
  :next_token,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


25484
25485
25486
25487
25488
25489
25490
25491
# File 'lib/aws-sdk-quicksight/types.rb', line 25484

class SearchGroupsResponse < Struct.new(
  :group_list,
  :next_token,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


25484
25485
25486
25487
25488
25489
25490
25491
# File 'lib/aws-sdk-quicksight/types.rb', line 25484

class SearchGroupsResponse < Struct.new(
  :group_list,
  :next_token,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#statusInteger

The HTTP status of the request.

Returns:

  • (Integer)


25484
25485
25486
25487
25488
25489
25490
25491
# File 'lib/aws-sdk-quicksight/types.rb', line 25484

class SearchGroupsResponse < Struct.new(
  :group_list,
  :next_token,
  :request_id,
  :status)
  SENSITIVE = []
  include Aws::Structure
end