Class: Aws::QuickSight::Types::CreateIngestionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CreateIngestionRequest
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Note:
When making an API call, you may pass CreateIngestionRequest data as a hash:
{
data_set_id: "String", # required
ingestion_id: "IngestionId", # required
aws_account_id: "AwsAccountId", # required
ingestion_type: "INCREMENTAL_REFRESH", # accepts INCREMENTAL_REFRESH, FULL_REFRESH
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_account_id ⇒ String
The Amazon Web Services account ID.
-
#data_set_id ⇒ String
The ID of the dataset used in the ingestion.
-
#ingestion_id ⇒ String
An ID for the ingestion.
-
#ingestion_type ⇒ String
The type of ingestion that you want to create.
Instance Attribute Details
#aws_account_id ⇒ String
The Amazon Web Services account ID.
2461 2462 2463 2464 2465 2466 2467 2468 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2461 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.
2461 2462 2463 2464 2465 2466 2467 2468 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2461 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.
2461 2462 2463 2464 2465 2466 2467 2468 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2461 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.
2461 2462 2463 2464 2465 2466 2467 2468 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 2461 class CreateIngestionRequest < Struct.new( :data_set_id, :ingestion_id, :aws_account_id, :ingestion_type) SENSITIVE = [] include Aws::Structure end |