Class: Aws::QuickSight::Types::CreateIngestionResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QuickSight::Types::CreateIngestionResponse
 
 
- Defined in:
 - gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) for the data ingestion.
 - 
  
    
      #ingestion_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
An ID for the ingestion.
 - 
  
    
      #ingestion_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ingestion status.
 - 
  
    
      #request_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services request ID for this operation.
 - 
  
    
      #status  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The HTTP status of the request.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) for the data ingestion.
      7440 7441 7442 7443 7444 7445 7446 7447 7448  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7440 class CreateIngestionResponse < Struct.new( :arn, :ingestion_id, :ingestion_status, :request_id, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#ingestion_id ⇒ String
An ID for the ingestion.
      7440 7441 7442 7443 7444 7445 7446 7447 7448  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7440 class CreateIngestionResponse < Struct.new( :arn, :ingestion_id, :ingestion_status, :request_id, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#ingestion_status ⇒ String
The ingestion status.
      7440 7441 7442 7443 7444 7445 7446 7447 7448  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7440 class CreateIngestionResponse < Struct.new( :arn, :ingestion_id, :ingestion_status, :request_id, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#request_id ⇒ String
The Amazon Web Services request ID for this operation.
      7440 7441 7442 7443 7444 7445 7446 7447 7448  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7440 class CreateIngestionResponse < Struct.new( :arn, :ingestion_id, :ingestion_status, :request_id, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ Integer
The HTTP status of the request.
      7440 7441 7442 7443 7444 7445 7446 7447 7448  | 
    
      # File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 7440 class CreateIngestionResponse < Struct.new( :arn, :ingestion_id, :ingestion_status, :request_id, :status) SENSITIVE = [] include Aws::Structure end  |