Class: Aws::QuickSight::Types::SearchAgentsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::SearchAgentsRequest
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the agents.
-
#filters ⇒ Array<Types::AgentSearchFilter>
The filters to apply when searching agents.
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
The token for the next set of results, or null if there are no more results.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the agents.
36801 36802 36803 36804 36805 36806 36807 36808 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36801 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.
36801 36802 36803 36804 36805 36806 36807 36808 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36801 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.
36801 36802 36803 36804 36805 36806 36807 36808 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36801 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.
36801 36802 36803 36804 36805 36806 36807 36808 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 36801 class SearchAgentsRequest < Struct.new( :aws_account_id, :filters, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |