Class: Aws::QuickSight::Types::SearchAgentsRequest

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

#aws_account_id ⇒ String

The ID of the Amazon Web Services account that contains the agents.

Returns:

  • (String)


40287
40288
40289
40290
40291
40292
40293
40294
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40287

class SearchAgentsRequest < Struct.new(
  :aws_account_id,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#filters ⇒ Array<Types::AgentSearchFilter>

The filters to apply when searching agents.

Returns:



40287
40288
40289
40290
40291
40292
40293
40294
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40287

class SearchAgentsRequest < Struct.new(
  :aws_account_id,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_results ⇒ Integer

The maximum number of results to return.

Returns:

  • (Integer)


40287
40288
40289
40290
40291
40292
40293
40294
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40287

class SearchAgentsRequest < Struct.new(
  :aws_account_id,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_token ⇒ String

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

Returns:

  • (String)


40287
40288
40289
40290
40291
40292
40293
40294
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 40287

class SearchAgentsRequest < Struct.new(
  :aws_account_id,
  :filters,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end