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.
6788 6789 6790 |
# File 'sig/types.rbs', line 6788 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
6794 6795 6796 |
# File 'sig/types.rbs', line 6794 def created_time @created_time end |
#error_info ⇒ Types::ErrorInfo
Returns the value of attribute error_info.
6791 6792 6793 |
# File 'sig/types.rbs', line 6791 def error_info @error_info end |
#ingestion_id ⇒ ::String
Returns the value of attribute ingestion_id.
6789 6790 6791 |
# File 'sig/types.rbs', line 6789 def ingestion_id @ingestion_id end |
#ingestion_size_in_bytes ⇒ ::Integer
Returns the value of attribute ingestion_size_in_bytes.
6796 6797 6798 |
# File 'sig/types.rbs', line 6796 def ingestion_size_in_bytes @ingestion_size_in_bytes end |
#ingestion_status ⇒ "INITIALIZED", ...
Returns the value of attribute ingestion_status.
6790 6791 6792 |
# File 'sig/types.rbs', line 6790 def ingestion_status @ingestion_status end |
#ingestion_time_in_seconds ⇒ ::Integer
Returns the value of attribute ingestion_time_in_seconds.
6795 6796 6797 |
# File 'sig/types.rbs', line 6795 def ingestion_time_in_seconds @ingestion_time_in_seconds end |
#queue_info ⇒ Types::QueueInfo
Returns the value of attribute queue_info.
6793 6794 6795 |
# File 'sig/types.rbs', line 6793 def queue_info @queue_info end |
#request_source ⇒ "MANUAL", "SCHEDULED"
Returns the value of attribute request_source.
6797 6798 6799 |
# File 'sig/types.rbs', line 6797 def request_source @request_source end |
#request_type ⇒ "INITIAL_INGESTION", ...
Returns the value of attribute request_type.
6798 6799 6800 |
# File 'sig/types.rbs', line 6798 def request_type @request_type end |
#row_info ⇒ Types::RowInfo
Returns the value of attribute row_info.
6792 6793 6794 |
# File 'sig/types.rbs', line 6792 def row_info @row_info end |