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

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

Returns:

  • (String)


18883
18884
18885
18886
18887
18888
18889
18890
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18883

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)


18883
18884
18885
18886
18887
18888
18889
18890
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18883

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)


18883
18884
18885
18886
18887
18888
18889
18890
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18883

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)


18883
18884
18885
18886
18887
18888
18889
18890
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 18883

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