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:



36120
36121
36122
36123
36124
36125
36126
# File 'lib/aws-sdk-quicksight/types.rb', line 36120

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)


36120
36121
36122
36123
36124
36125
36126
# File 'lib/aws-sdk-quicksight/types.rb', line 36120

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)


36120
36121
36122
36123
36124
36125
36126
# File 'lib/aws-sdk-quicksight/types.rb', line 36120

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