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.
4514 4515 4516 4517 4518 4519 4520 |
# File 'lib/aws-sdk-quicksight/types.rb', line 4514 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.
4514 4515 4516 4517 4518 4519 4520 |
# File 'lib/aws-sdk-quicksight/types.rb', line 4514 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.
4514 4515 4516 4517 4518 4519 4520 |
# File 'lib/aws-sdk-quicksight/types.rb', line 4514 class CancelIngestionRequest < Struct.new( :aws_account_id, :data_set_id, :ingestion_id) SENSITIVE = [] include Aws::Structure end |