Class: Aws::QuickSight::Types::ListAnalysesRequest

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

#aws_account_idString

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

Returns:

  • (String)


19152
19153
19154
19155
19156
19157
19158
# File 'lib/aws-sdk-quicksight/types.rb', line 19152

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

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


19152
19153
19154
19155
19156
19157
19158
# File 'lib/aws-sdk-quicksight/types.rb', line 19152

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

#next_tokenString

A pagination token that can be used in a subsequent request.

Returns:

  • (String)


19152
19153
19154
19155
19156
19157
19158
# File 'lib/aws-sdk-quicksight/types.rb', line 19152

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