Class: Aws::Types::DescribeDataIngestionJobResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDataIngestionJobResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#data_end_time ⇒ ::Time
Returns the value of attribute data_end_time.
-
#data_quality_summary ⇒ Types::DataQualitySummary
Returns the value of attribute data_quality_summary.
-
#data_start_time ⇒ ::Time
Returns the value of attribute data_start_time.
-
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
-
#failed_reason ⇒ ::String
Returns the value of attribute failed_reason.
-
#ingested_data_size ⇒ ::Integer
Returns the value of attribute ingested_data_size.
-
#ingested_files_summary ⇒ Types::IngestedFilesSummary
Returns the value of attribute ingested_files_summary.
-
#ingestion_input_configuration ⇒ Types::IngestionInputConfiguration
Returns the value of attribute ingestion_input_configuration.
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#source_dataset_arn ⇒ ::String
Returns the value of attribute source_dataset_arn.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
-
#status_detail ⇒ ::String
Returns the value of attribute status_detail.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
226 227 228 |
# File 'sig/types.rbs', line 226 def created_at @created_at end |
#data_end_time ⇒ ::Time
Returns the value of attribute data_end_time.
234 235 236 |
# File 'sig/types.rbs', line 234 def data_end_time @data_end_time end |
#data_quality_summary ⇒ Types::DataQualitySummary
Returns the value of attribute data_quality_summary.
229 230 231 |
# File 'sig/types.rbs', line 229 def data_quality_summary @data_quality_summary end |
#data_start_time ⇒ ::Time
Returns the value of attribute data_start_time.
233 234 235 |
# File 'sig/types.rbs', line 233 def data_start_time @data_start_time end |
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
223 224 225 |
# File 'sig/types.rbs', line 223 def dataset_arn @dataset_arn end |
#failed_reason ⇒ ::String
Returns the value of attribute failed_reason.
228 229 230 |
# File 'sig/types.rbs', line 228 def failed_reason @failed_reason end |
#ingested_data_size ⇒ ::Integer
Returns the value of attribute ingested_data_size.
232 233 234 |
# File 'sig/types.rbs', line 232 def ingested_data_size @ingested_data_size end |
#ingested_files_summary ⇒ Types::IngestedFilesSummary
Returns the value of attribute ingested_files_summary.
230 231 232 |
# File 'sig/types.rbs', line 230 def ingested_files_summary @ingested_files_summary end |
#ingestion_input_configuration ⇒ Types::IngestionInputConfiguration
Returns the value of attribute ingestion_input_configuration.
224 225 226 |
# File 'sig/types.rbs', line 224 def ingestion_input_configuration @ingestion_input_configuration end |
#job_id ⇒ ::String
Returns the value of attribute job_id.
222 223 224 |
# File 'sig/types.rbs', line 222 def job_id @job_id end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
225 226 227 |
# File 'sig/types.rbs', line 225 def role_arn @role_arn end |
#source_dataset_arn ⇒ ::String
Returns the value of attribute source_dataset_arn.
235 236 237 |
# File 'sig/types.rbs', line 235 def source_dataset_arn @source_dataset_arn end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
227 228 229 |
# File 'sig/types.rbs', line 227 def status @status end |
#status_detail ⇒ ::String
Returns the value of attribute status_detail.
231 232 233 |
# File 'sig/types.rbs', line 231 def status_detail @status_detail end |