Class: Aws::QuickSight::Types::DescribeIngestionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeIngestionRequest
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Note:
When making an API call, you may pass DescribeIngestionRequest data as a hash:
{
aws_account_id: "AwsAccountId", # required
data_set_id: "String", # required
ingestion_id: "IngestionId", # required
}
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.
6246 6247 6248 6249 6250 6251 6252 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6246 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.
6246 6247 6248 6249 6250 6251 6252 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6246 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.
6246 6247 6248 6249 6250 6251 6252 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 6246 class DescribeIngestionRequest < Struct.new( :aws_account_id, :data_set_id, :ingestion_id) SENSITIVE = [] include Aws::Structure end |