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

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


353
354
355
# File 'sig/types.rbs', line 353

def arn
  @arn
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


355
356
357
# File 'sig/types.rbs', line 355

def client_token
  @client_token
end

#configuration_overridesTypes::ConfigurationOverrides

Returns the value of attribute configuration_overrides.



358
359
360
# File 'sig/types.rbs', line 358

def configuration_overrides
  @configuration_overrides
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


360
361
362
# File 'sig/types.rbs', line 360

def created_at
  @created_at
end

#created_by::String

Returns the value of attribute created_by.

Returns:

  • (::String)


361
362
363
# File 'sig/types.rbs', line 361

def created_by
  @created_by
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


356
357
358
# File 'sig/types.rbs', line 356

def execution_role_arn
  @execution_role_arn
end

#failure_reason"INTERNAL_ERROR", ...

Returns the value of attribute failure_reason.

Returns:

  • ("INTERNAL_ERROR", "USER_ERROR", "VALIDATION_ERROR", "CLUSTER_UNAVAILABLE")


364
365
366
# File 'sig/types.rbs', line 364

def failure_reason
  @failure_reason
end

#finished_at::Time

Returns the value of attribute finished_at.

Returns:

  • (::Time)


362
363
364
# File 'sig/types.rbs', line 362

def finished_at
  @finished_at
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


350
351
352
# File 'sig/types.rbs', line 350

def id
  @id
end

#job_driverTypes::JobDriver

Returns the value of attribute job_driver.

Returns:



359
360
361
# File 'sig/types.rbs', line 359

def job_driver
  @job_driver
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


351
352
353
# File 'sig/types.rbs', line 351

def name
  @name
end

#release_label::String

Returns the value of attribute release_label.

Returns:

  • (::String)


357
358
359
# File 'sig/types.rbs', line 357

def release_label
  @release_label
end

#retry_policy_configurationTypes::RetryPolicyConfiguration

Returns the value of attribute retry_policy_configuration.



366
367
368
# File 'sig/types.rbs', line 366

def retry_policy_configuration
  @retry_policy_configuration
end

#retry_policy_executionTypes::RetryPolicyExecution

Returns the value of attribute retry_policy_execution.



367
368
369
# File 'sig/types.rbs', line 367

def retry_policy_execution
  @retry_policy_execution
end

#state"PENDING", ...

Returns the value of attribute state.

Returns:

  • ("PENDING", "SUBMITTED", "RUNNING", "FAILED", "CANCELLED", "CANCEL_PENDING", "COMPLETED")


354
355
356
# File 'sig/types.rbs', line 354

def state
  @state
end

#state_details::String

Returns the value of attribute state_details.

Returns:

  • (::String)


363
364
365
# File 'sig/types.rbs', line 363

def state_details
  @state_details
end

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

Returns the value of attribute tags.

Returns:

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


365
366
367
# File 'sig/types.rbs', line 365

def tags
  @tags
end

#virtual_cluster_id::String

Returns the value of attribute virtual_cluster_id.

Returns:

  • (::String)


352
353
354
# File 'sig/types.rbs', line 352

def virtual_cluster_id
  @virtual_cluster_id
end