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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#group_list ⇒ Array<Types::Group>

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

Returns:



40848
40849
40850
40851
40852
40853
40854
40855
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40848

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

#next_token ⇒ String

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

Returns:

  • (String)


40848
40849
40850
40851
40852
40853
40854
40855
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40848

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

#request_id ⇒ String

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


40848
40849
40850
40851
40852
40853
40854
40855
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40848

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

#status ⇒ Integer

The HTTP status of the request.

Returns:

  • (Integer)


40848
40849
40850
40851
40852
40853
40854
40855
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40848

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