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

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_idString

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

Returns:

  • (String)


25847
25848
25849
25850
25851
25852
25853
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25847

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)


25847
25848
25849
25850
25851
25852
25853
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25847

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)


25847
25848
25849
25850
25851
25852
25853
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 25847

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