Class: Aws::QuickSight::Types::ListAnalysesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ListAnalysesRequest
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Note:
When making an API call, you may pass ListAnalysesRequest data as a hash:
{
aws_account_id: "AwsAccountId", # required
next_token: "String",
max_results: 1,
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the analyses.
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
A pagination token that can be used in a subsequent request.
Instance Attribute Details
#aws_account_id ⇒ String
The ID of the Amazon Web Services account that contains the analyses.
8029 8030 8031 8032 8033 8034 8035 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8029 class ListAnalysesRequest < Struct.new( :aws_account_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return.
8029 8030 8031 8032 8033 8034 8035 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8029 class ListAnalysesRequest < Struct.new( :aws_account_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A pagination token that can be used in a subsequent request.
8029 8030 8031 8032 8033 8034 8035 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 8029 class ListAnalysesRequest < Struct.new( :aws_account_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |