Class: Aws::QuickSight::Types::CancelIngestionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::CancelIngestionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
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.
Instance Attribute Details
#aws_account_id ⇒ String
The Amazon Web Services account ID.
3806 3807 3808 3809 3810 3811 3812 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3806 class CancelIngestionRequest < Struct.new( :aws_account_id, :data_set_id, :ingestion_id) SENSITIVE = [] include Aws::Structure end |
#data_set_id ⇒ String
The ID of the dataset used in the ingestion.
3806 3807 3808 3809 3810 3811 3812 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3806 class CancelIngestionRequest < Struct.new( :aws_account_id, :data_set_id, :ingestion_id) SENSITIVE = [] include Aws::Structure end |
#ingestion_id ⇒ String
An ID for the ingestion.
3806 3807 3808 3809 3810 3811 3812 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3806 class CancelIngestionRequest < Struct.new( :aws_account_id, :data_set_id, :ingestion_id) SENSITIVE = [] include Aws::Structure end |