Class: Aws::Types::DescribeDataIngestionJobResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


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.

Returns:

  • (::Time)


234
235
236
# File 'sig/types.rbs', line 234

def data_end_time
  @data_end_time
end

#data_quality_summaryTypes::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.

Returns:

  • (::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


232
233
234
# File 'sig/types.rbs', line 232

def ingested_data_size
  @ingested_data_size
end

#ingested_files_summaryTypes::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_configurationTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("IN_PROGRESS", "SUCCESS", "FAILED", "IMPORT_IN_PROGRESS")


227
228
229
# File 'sig/types.rbs', line 227

def status
  @status
end

#status_detail::String

Returns the value of attribute status_detail.

Returns:

  • (::String)


231
232
233
# File 'sig/types.rbs', line 231

def status_detail
  @status_detail
end