Class: Aws::QuickSight::Types::CreateIngestionRequest

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_id ⇒ String

The Amazon Web Services account ID.

Returns:

  • (String)


11214
11215
11216
11217
11218
11219
11220
11221
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11214

class CreateIngestionRequest < Struct.new(
  :data_set_id,
  :ingestion_id,
  :aws_account_id,
  :ingestion_type)
  SENSITIVE = []
  include Aws::Structure
end

#data_set_id ⇒ String

The ID of the dataset used in the ingestion.

Returns:

  • (String)


11214
11215
11216
11217
11218
11219
11220
11221
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11214

class CreateIngestionRequest < Struct.new(
  :data_set_id,
  :ingestion_id,
  :aws_account_id,
  :ingestion_type)
  SENSITIVE = []
  include Aws::Structure
end

#ingestion_id ⇒ String

An ID for the ingestion.

Returns:

  • (String)


11214
11215
11216
11217
11218
11219
11220
11221
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11214

class CreateIngestionRequest < Struct.new(
  :data_set_id,
  :ingestion_id,
  :aws_account_id,
  :ingestion_type)
  SENSITIVE = []
  include Aws::Structure
end

#ingestion_type ⇒ String

The type of ingestion that you want to create.

Returns:

  • (String)


11214
11215
11216
11217
11218
11219
11220
11221
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 11214

class CreateIngestionRequest < Struct.new(
  :data_set_id,
  :ingestion_id,
  :aws_account_id,
  :ingestion_type)
  SENSITIVE = []
  include Aws::Structure
end