Class: Aws::Types::UpdateJobExecutionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#execution_number::Integer

Returns the value of attribute execution_number.

Returns:

  • (::Integer)


165
166
167
# File 'sig/types.rbs', line 165

def execution_number
  @execution_number
end

#expected_version::Integer

Returns the value of attribute expected_version.

Returns:

  • (::Integer)


162
163
164
# File 'sig/types.rbs', line 162

def expected_version
  @expected_version
end

#include_job_documentBoolean

Returns the value of attribute include_job_document.

Returns:

  • (Boolean)


164
165
166
# File 'sig/types.rbs', line 164

def include_job_document
  @include_job_document
end

#include_job_execution_stateBoolean

Returns the value of attribute include_job_execution_state.

Returns:

  • (Boolean)


163
164
165
# File 'sig/types.rbs', line 163

def include_job_execution_state
  @include_job_execution_state
end

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


157
158
159
# File 'sig/types.rbs', line 157

def job_id
  @job_id
end

#status"QUEUED", ...

Returns the value of attribute status.

Returns:

  • ("QUEUED", "IN_PROGRESS", "SUCCEEDED", "FAILED", "TIMED_OUT", "REJECTED", "REMOVED", "CANCELED")


159
160
161
# File 'sig/types.rbs', line 159

def status
  @status
end

#status_details::Hash[::String, ::String]

Returns the value of attribute status_details.

Returns:

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


160
161
162
# File 'sig/types.rbs', line 160

def status_details
  @status_details
end

#step_timeout_in_minutes::Integer

Returns the value of attribute step_timeout_in_minutes.

Returns:

  • (::Integer)


161
162
163
# File 'sig/types.rbs', line 161

def step_timeout_in_minutes
  @step_timeout_in_minutes
end

#thing_name::String

Returns the value of attribute thing_name.

Returns:

  • (::String)


158
159
160
# File 'sig/types.rbs', line 158

def thing_name
  @thing_name
end