Class: Aws::Types::UpdateJobStatusResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


2135
2136
2137
# File 'sig/types.rbs', line 2135

def job_id
  @job_id
end

#status"Active", ...

Returns the value of attribute status.

Returns:

  • ("Active", "Cancelled", "Cancelling", "Complete", "Completing", "Failed", "Failing", "New", "Paused", "Pausing", "Preparing", "Ready", "Suspended")


2136
2137
2138
# File 'sig/types.rbs', line 2136

def status
  @status
end

#status_update_reason::String

Returns the value of attribute status_update_reason.

Returns:

  • (::String)


2137
2138
2139
# File 'sig/types.rbs', line 2137

def status_update_reason
  @status_update_reason
end