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)


18375
18376
18377
18378
18379
18380
18381
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18375

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)


18375
18376
18377
18378
18379
18380
18381
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18375

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)


18375
18376
18377
18378
18379
18380
18381
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18375

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