Class: Aws::QuickSight::Types::DescribeIngestionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::DescribeIngestionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-quicksight/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#ingestion ⇒ Types::Ingestion
Information about the ingestion.
-
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
-
#status ⇒ Integer
The HTTP status of the request.
Instance Attribute Details
#ingestion ⇒ Types::Ingestion
Information about the ingestion.
13625 13626 13627 13628 13629 13630 13631 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13625 class DescribeIngestionResponse < Struct.new( :ingestion, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
13625 13626 13627 13628 13629 13630 13631 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13625 class DescribeIngestionResponse < Struct.new( :ingestion, :request_id, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Integer
The HTTP status of the request.
13625 13626 13627 13628 13629 13630 13631 |
# File 'lib/aws-sdk-quicksight/types.rb', line 13625 class DescribeIngestionResponse < Struct.new( :ingestion, :request_id, :status) SENSITIVE = [] include Aws::Structure end |