Class: Aws::QuickSight::Types::DescribeIngestionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeIngestionRequest
- 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.
13603 13604 13605 13606 13607 13608 13609 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13603 class DescribeIngestionRequest < 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.
13603 13604 13605 13606 13607 13608 13609 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13603 class DescribeIngestionRequest < Struct.new( :aws_account_id, :data_set_id, :ingestion_id) SENSITIVE = [] include Aws::Structure end |
#ingestion_id ⇒ String
An ID for the ingestion.
13603 13604 13605 13606 13607 13608 13609 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13603 class DescribeIngestionRequest < Struct.new( :aws_account_id, :data_set_id, :ingestion_id) SENSITIVE = [] include Aws::Structure end |