Class: Aws::Types::Ingestion
- Inherits:
-
Object
- Object
- Aws::Types::Ingestion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#error_info ⇒ Types::ErrorInfo
Returns the value of attribute error_info.
-
#ingestion_id ⇒ ::String
Returns the value of attribute ingestion_id.
-
#ingestion_size_in_bytes ⇒ ::Integer
Returns the value of attribute ingestion_size_in_bytes.
-
#ingestion_status ⇒ "INITIALIZED", ...
Returns the value of attribute ingestion_status.
-
#ingestion_time_in_seconds ⇒ ::Integer
Returns the value of attribute ingestion_time_in_seconds.
-
#queue_info ⇒ Types::QueueInfo
Returns the value of attribute queue_info.
-
#request_source ⇒ "MANUAL", "SCHEDULED"
Returns the value of attribute request_source.
-
#request_type ⇒ "INITIAL_INGESTION", ...
Returns the value of attribute request_type.
-
#row_info ⇒ Types::RowInfo
Returns the value of attribute row_info.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
7054 7055 7056 |
# File 'sig/types.rbs', line 7054 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
7060 7061 7062 |
# File 'sig/types.rbs', line 7060 def created_time @created_time end |
#error_info ⇒ Types::ErrorInfo
Returns the value of attribute error_info.
7057 7058 7059 |
# File 'sig/types.rbs', line 7057 def error_info @error_info end |
#ingestion_id ⇒ ::String
Returns the value of attribute ingestion_id.
7055 7056 7057 |
# File 'sig/types.rbs', line 7055 def ingestion_id @ingestion_id end |
#ingestion_size_in_bytes ⇒ ::Integer
Returns the value of attribute ingestion_size_in_bytes.
7062 7063 7064 |
# File 'sig/types.rbs', line 7062 def ingestion_size_in_bytes @ingestion_size_in_bytes end |
#ingestion_status ⇒ "INITIALIZED", ...
Returns the value of attribute ingestion_status.
7056 7057 7058 |
# File 'sig/types.rbs', line 7056 def ingestion_status @ingestion_status end |
#ingestion_time_in_seconds ⇒ ::Integer
Returns the value of attribute ingestion_time_in_seconds.
7061 7062 7063 |
# File 'sig/types.rbs', line 7061 def ingestion_time_in_seconds @ingestion_time_in_seconds end |
#queue_info ⇒ Types::QueueInfo
Returns the value of attribute queue_info.
7059 7060 7061 |
# File 'sig/types.rbs', line 7059 def queue_info @queue_info end |
#request_source ⇒ "MANUAL", "SCHEDULED"
Returns the value of attribute request_source.
7063 7064 7065 |
# File 'sig/types.rbs', line 7063 def request_source @request_source end |
#request_type ⇒ "INITIAL_INGESTION", ...
Returns the value of attribute request_type.
7064 7065 7066 |
# File 'sig/types.rbs', line 7064 def request_type @request_type end |
#row_info ⇒ Types::RowInfo
Returns the value of attribute row_info.
7058 7059 7060 |
# File 'sig/types.rbs', line 7058 def row_info @row_info end |