You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::QuickSight::Types::Ingestion
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::QuickSight::Types::Ingestion
 
 
- Defined in:
 - (unknown)
 
Overview
Information about the SPICE ingestion for a dataset.
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the resource.
 - 
  
    
      #created_time  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time that this ingestion started.
 - 
  
    
      #error_info  ⇒ Types::ErrorInfo 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Error information for this ingestion.
 - 
  
    
      #ingestion_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Ingestion ID.
 - 
  
    
      #ingestion_size_in_bytes  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The size of the data ingested, in bytes.
 - 
  
    
      #ingestion_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Ingestion status.
 - 
  
    
      #ingestion_time_in_seconds  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time that this ingestion took, measured in seconds.
 - 
  
    
      #queue_info  ⇒ Types::QueueInfo 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about a queued dataset SPICE ingestion.
.
 - 
  
    
      #request_source  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Event source for this ingestion.
 - 
  
    
      #request_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Type of this ingestion.
 - 
  
    
      #row_info  ⇒ Types::RowInfo 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about rows for a data set SPICE ingestion.
.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the resource.
#created_time ⇒ Time
The time that this ingestion started.
#error_info ⇒ Types::ErrorInfo
Error information for this ingestion.
#ingestion_id ⇒ String
Ingestion ID.
#ingestion_size_in_bytes ⇒ Integer
The size of the data ingested, in bytes.
#ingestion_status ⇒ String
Ingestion status.
Possible values:
- INITIALIZED
 - QUEUED
 - RUNNING
 - FAILED
 - COMPLETED
 - CANCELLED
 
#ingestion_time_in_seconds ⇒ Integer
The time that this ingestion took, measured in seconds.
#queue_info ⇒ Types::QueueInfo
Information about a queued dataset SPICE ingestion.
#request_source ⇒ String
Event source for this ingestion.
Possible values:
- MANUAL
 - SCHEDULED
 
#request_type ⇒ String
Type of this ingestion.
Possible values:
- INITIAL_INGESTION
 - EDIT
 - INCREMENTAL_REFRESH
 - FULL_REFRESH
 
#row_info ⇒ Types::RowInfo
Information about rows for a data set SPICE ingestion.