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

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

#agent_summariesArray<Types::AgentSummary>

A list of agent summaries.

Returns:



36825
36826
36827
36828
36829
36830
36831
# File '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 '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 'lib/aws-sdk-quicksight/types.rb', line 36825

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