Class: Aws::Types::JobRun

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id ⇒ ::String

Returns the value of attribute application_id.

Returns:

  • (::String)


295
296
297
# File 'sig/types.rbs', line 295

def application_id
  @application_id
end

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


298
299
300
# File 'sig/types.rbs', line 298

def arn
  @arn
end

#attempt ⇒ ::Integer

Returns the value of attribute attempt.

Returns:

  • (::Integer)


317
318
319
# File 'sig/types.rbs', line 317

def attempt
  @attempt
end

#attempt_created_at ⇒ ::Time

Returns the value of attribute attempt_created_at.

Returns:

  • (::Time)


318
319
320
# File 'sig/types.rbs', line 318

def attempt_created_at
  @attempt_created_at
end

#attempt_updated_at ⇒ ::Time

Returns the value of attribute attempt_updated_at.

Returns:

  • (::Time)


319
320
321
# File 'sig/types.rbs', line 319

def attempt_updated_at
  @attempt_updated_at
end

#billed_resource_utilization ⇒ Types::ResourceUtilization

Returns the value of attribute billed_resource_utilization.



314
315
316
# File 'sig/types.rbs', line 314

def billed_resource_utilization
  @billed_resource_utilization
end

#configuration_overrides ⇒ Types::ConfigurationOverrides

Returns the value of attribute configuration_overrides.



307
308
309
# File 'sig/types.rbs', line 307

def configuration_overrides
  @configuration_overrides
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


300
301
302
# File 'sig/types.rbs', line 300

def created_at
  @created_at
end

#created_by ⇒ ::String

Returns the value of attribute created_by.

Returns:

  • (::String)


299
300
301
# File 'sig/types.rbs', line 299

def created_by
  @created_by
end

#ended_at ⇒ ::Time

Returns the value of attribute ended_at.

Returns:

  • (::Time)


321
322
323
# File 'sig/types.rbs', line 321

def ended_at
  @ended_at
end

#execution_iam_policy ⇒ Types::JobRunExecutionIamPolicy

Returns the value of attribute execution_iam_policy.



303
304
305
# File 'sig/types.rbs', line 303

def execution_iam_policy
  @execution_iam_policy
end

#execution_role ⇒ ::String

Returns the value of attribute execution_role.

Returns:

  • (::String)


302
303
304
# File 'sig/types.rbs', line 302

def execution_role
  @execution_role
end

#execution_timeout_minutes ⇒ ::Integer

Returns the value of attribute execution_timeout_minutes.

Returns:

  • (::Integer)


313
314
315
# File 'sig/types.rbs', line 313

def execution_timeout_minutes
  @execution_timeout_minutes
end

#image_configuration ⇒ Types::ImageConfiguration

Returns the value of attribute image_configuration.



323
324
325
# File 'sig/types.rbs', line 323

def image_configuration
  @image_configuration
end

#job_driver ⇒ Types::JobDriver

Returns the value of attribute job_driver.

Returns:



308
309
310
# File 'sig/types.rbs', line 308

def job_driver
  @job_driver
end

#job_run_id ⇒ ::String

Returns the value of attribute job_run_id.

Returns:

  • (::String)


296
297
298
# File 'sig/types.rbs', line 296

def job_run_id
  @job_run_id
end

#mode ⇒ "BATCH", "STREAMING"

Returns the value of attribute mode.

Returns:

  • ("BATCH", "STREAMING")


315
316
317
# File 'sig/types.rbs', line 315

def mode
  @mode
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


297
298
299
# File 'sig/types.rbs', line 297

def name
  @name
end

#network_configuration ⇒ Types::NetworkConfiguration

Returns the value of attribute network_configuration.



311
312
313
# File 'sig/types.rbs', line 311

def network_configuration
  @network_configuration
end

#queued_duration_milliseconds ⇒ ::Integer

Returns the value of attribute queued_duration_milliseconds.

Returns:

  • (::Integer)


322
323
324
# File 'sig/types.rbs', line 322

def queued_duration_milliseconds
  @queued_duration_milliseconds
end

#release_label ⇒ ::String

Returns the value of attribute release_label.

Returns:

  • (::String)


306
307
308
# File 'sig/types.rbs', line 306

def release_label
  @release_label
end

#retry_policy ⇒ Types::RetryPolicy

Returns the value of attribute retry_policy.

Returns:



316
317
318
# File 'sig/types.rbs', line 316

def retry_policy
  @retry_policy
end

#started_at ⇒ ::Time

Returns the value of attribute started_at.

Returns:

  • (::Time)


320
321
322
# File 'sig/types.rbs', line 320

def started_at
  @started_at
end

#state ⇒ "SUBMITTED", ...

Returns the value of attribute state.

Returns:

  • ("SUBMITTED", "PENDING", "SCHEDULED", "RUNNING", "SUCCESS", "FAILED", "CANCELLING", "CANCELLED", "QUEUED")


304
305
306
# File 'sig/types.rbs', line 304

def state
  @state
end

#state_details ⇒ ::String

Returns the value of attribute state_details.

Returns:

  • (::String)


305
306
307
# File 'sig/types.rbs', line 305

def state_details
  @state_details
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


309
310
311
# File 'sig/types.rbs', line 309

def tags
  @tags
end

#total_execution_duration_seconds ⇒ ::Integer

Returns the value of attribute total_execution_duration_seconds.

Returns:

  • (::Integer)


312
313
314
# File 'sig/types.rbs', line 312

def total_execution_duration_seconds
  @total_execution_duration_seconds
end

#total_resource_utilization ⇒ Types::TotalResourceUtilization

Returns the value of attribute total_resource_utilization.



310
311
312
# File 'sig/types.rbs', line 310

def total_resource_utilization
  @total_resource_utilization
end

#updated_at ⇒ ::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


301
302
303
# File 'sig/types.rbs', line 301

def updated_at
  @updated_at
end

#worker_type_specifications ⇒ ::Hash[::String, Types::WorkerTypeSpecification]

Returns the value of attribute worker_type_specifications.

Returns:



324
325
326
# File 'sig/types.rbs', line 324

def worker_type_specifications
  @worker_type_specifications
end