Module: Aws::IoTSiteWise::Client::_DescribeEnrichmentJobResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DescribeEnrichmentJobResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#cancelled_at::Time

Returns:

  • (::Time)


1267
# File 'sig/client.rbs', line 1267

def cancelled_at: () -> ::Time

#completed_at::Time

Returns:

  • (::Time)


1266
# File 'sig/client.rbs', line 1266

def completed_at: () -> ::Time

#created_at::Time

Returns:

  • (::Time)


1264
# File 'sig/client.rbs', line 1264

def created_at: () -> ::Time

#failure_message::String

Returns:

  • (::String)


1268
# File 'sig/client.rbs', line 1268

def failure_message: () -> ::String

#job_configurationTypes::EnrichmentJobConfiguration



1263
# File 'sig/client.rbs', line 1263

def job_configuration: () -> Types::EnrichmentJobConfiguration

#job_id::String

Returns:

  • (::String)


1259
# File 'sig/client.rbs', line 1259

def job_id: () -> ::String

#job_type"EVENT_DETECTION"

Returns:

  • ("EVENT_DETECTION")


1262
# File 'sig/client.rbs', line 1262

def job_type: () -> ("EVENT_DETECTION")

#status"PENDING", ...

Returns:

  • ("PENDING", "RUNNING", "COMPLETED", "FAILED", "TIMED_OUT", "CANCELLED")


1260
# File 'sig/client.rbs', line 1260

def status: () -> ("PENDING" | "RUNNING" | "COMPLETED" | "FAILED" | "TIMED_OUT" | "CANCELLED")

#updated_at::Time

Returns:

  • (::Time)


1265
# File 'sig/client.rbs', line 1265

def updated_at: () -> ::Time

#workspace_name::String

Returns:

  • (::String)


1261
# File 'sig/client.rbs', line 1261

def workspace_name: () -> ::String