Class: Aws::Types::StartNextPendingJobExecutionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns the value of attribute status_details.

Returns:

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


135
136
137
# File 'sig/types.rbs', line 135

def status_details
  @status_details
end

#step_timeout_in_minutes::Integer

Returns the value of attribute step_timeout_in_minutes.

Returns:

  • (::Integer)


136
137
138
# File 'sig/types.rbs', line 136

def step_timeout_in_minutes
  @step_timeout_in_minutes
end

#thing_name::String

Returns the value of attribute thing_name.

Returns:

  • (::String)


134
135
136
# File 'sig/types.rbs', line 134

def thing_name
  @thing_name
end