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.
3477 3478 3479 3480 3481 3482 3483 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3477 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.
3477 3478 3479 3480 3481 3482 3483 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3477 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.
3477 3478 3479 3480 3481 3482 3483 |
# File 'lib/aws-sdk-quicksight/types.rb', line 3477 class CancelIngestionRequest < Struct.new( :aws_account_id, :data_set_id, :ingestion_id) SENSITIVE = [] include Aws::Structure end |