Class: Aws::Types::DataIngestionJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::DataIngestionJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
-
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
-
#ingestion_input_configuration ⇒ Types::IngestionInputConfiguration
Returns the value of attribute ingestion_input_configuration.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
147 148 149 |
# File 'sig/types.rbs', line 147 def dataset_arn @dataset_arn end |
#dataset_name ⇒ ::String
Returns the value of attribute dataset_name.
146 147 148 |
# File 'sig/types.rbs', line 146 def dataset_name @dataset_name end |
#ingestion_input_configuration ⇒ Types::IngestionInputConfiguration
Returns the value of attribute ingestion_input_configuration.
148 149 150 |
# File 'sig/types.rbs', line 148 def ingestion_input_configuration @ingestion_input_configuration end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
145 146 147 |
# File 'sig/types.rbs', line 145 def job_id @job_id end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
149 150 151 |
# File 'sig/types.rbs', line 149 def status @status end |