Class: Aws::QuickSight::Types::ListIngestionsRequest

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 Amazon Web Services account ID.

Returns:

  • (String)


19210
19211
19212
19213
19214
19215
19216
19217
# File 'lib/aws-sdk-quicksight/types.rb', line 19210

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

#data_set_idString

The ID of the dataset used in the ingestion.

Returns:

  • (String)


19210
19211
19212
19213
19214
19215
19216
19217
# File 'lib/aws-sdk-quicksight/types.rb', line 19210

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

#max_resultsInteger

The maximum number of results to be returned per request.

Returns:

  • (Integer)


19210
19211
19212
19213
19214
19215
19216
19217
# File 'lib/aws-sdk-quicksight/types.rb', line 19210

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

#next_tokenString

The token for the next set of results, or null if there are no more results.

Returns:

  • (String)


19210
19211
19212
19213
19214
19215
19216
19217
# File 'lib/aws-sdk-quicksight/types.rb', line 19210

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