Class: Aws::QuickSight::Types::SearchAgentsResponse

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

#agent_summariesArray<Types::AgentSummary>

A list of agent summaries.

Returns:



36825
36826
36827
36828
36829
36830
36831
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36825

class SearchAgentsResponse < Struct.new(
  :agent_summaries,
  :next_token,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results, or null if there are no more results.

Returns:

  • (String)


36825
36826
36827
36828
36829
36830
36831
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36825

class SearchAgentsResponse < Struct.new(
  :agent_summaries,
  :next_token,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The Amazon Web Services request ID for this operation.

Returns:

  • (String)


36825
36826
36827
36828
36829
36830
36831
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36825

class SearchAgentsResponse < Struct.new(
  :agent_summaries,
  :next_token,
  :request_id)
  SENSITIVE = []
  include Aws::Structure
end