Class: Aws::Types::StepExecution

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action::String

Returns the value of attribute action.

Returns:

  • (::String)


4231
4232
4233
# File 'sig/types.rbs', line 4231

def action
  @action
end

#execution_end_time::Time

Returns the value of attribute execution_end_time.

Returns:

  • (::Time)


4236
4237
4238
# File 'sig/types.rbs', line 4236

def execution_end_time
  @execution_end_time
end

#execution_start_time::Time

Returns the value of attribute execution_start_time.

Returns:

  • (::Time)


4235
4236
4237
# File 'sig/types.rbs', line 4235

def execution_start_time
  @execution_start_time
end

#failure_detailsTypes::FailureDetails

Returns the value of attribute failure_details.



4244
4245
4246
# File 'sig/types.rbs', line 4244

def failure_details
  @failure_details
end

#failure_message::String

Returns the value of attribute failure_message.

Returns:

  • (::String)


4242
4243
4244
# File 'sig/types.rbs', line 4242

def failure_message
  @failure_message
end

#inputs::Hash[::String, ::String]

Returns the value of attribute inputs.

Returns:

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


4239
4240
4241
# File 'sig/types.rbs', line 4239

def inputs
  @inputs
end

#is_criticalBoolean

Returns the value of attribute is_critical.

Returns:

  • (Boolean)


4249
4250
4251
# File 'sig/types.rbs', line 4249

def is_critical
  @is_critical
end

#is_endBoolean

Returns the value of attribute is_end.

Returns:

  • (Boolean)


4247
4248
4249
# File 'sig/types.rbs', line 4247

def is_end
  @is_end
end

#max_attempts::Integer

Returns the value of attribute max_attempts.

Returns:

  • (::Integer)


4234
4235
4236
# File 'sig/types.rbs', line 4234

def max_attempts
  @max_attempts
end

#next_step::String

Returns the value of attribute next_step.

Returns:

  • (::String)


4248
4249
4250
# File 'sig/types.rbs', line 4248

def next_step
  @next_step
end

#on_failure::String

Returns the value of attribute on_failure.

Returns:

  • (::String)


4233
4234
4235
# File 'sig/types.rbs', line 4233

def on_failure
  @on_failure
end

#outputs::Hash[::String, ::Array[::String]]

Returns the value of attribute outputs.

Returns:

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


4240
4241
4242
# File 'sig/types.rbs', line 4240

def outputs
  @outputs
end

#overridden_parameters::Hash[::String, ::Array[::String]]

Returns the value of attribute overridden_parameters.

Returns:

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


4246
4247
4248
# File 'sig/types.rbs', line 4246

def overridden_parameters
  @overridden_parameters
end

#parent_step_detailsTypes::ParentStepDetails

Returns the value of attribute parent_step_details.



4254
4255
4256
# File 'sig/types.rbs', line 4254

def parent_step_details
  @parent_step_details
end

#response::String

Returns the value of attribute response.

Returns:

  • (::String)


4241
4242
4243
# File 'sig/types.rbs', line 4241

def response
  @response
end

#response_code::String

Returns the value of attribute response_code.

Returns:

  • (::String)


4238
4239
4240
# File 'sig/types.rbs', line 4238

def response_code
  @response_code
end

#step_execution_id::String

Returns the value of attribute step_execution_id.

Returns:

  • (::String)


4245
4246
4247
# File 'sig/types.rbs', line 4245

def step_execution_id
  @step_execution_id
end

#step_name::String

Returns the value of attribute step_name.

Returns:

  • (::String)


4230
4231
4232
# File 'sig/types.rbs', line 4230

def step_name
  @step_name
end

#step_status"Pending", ...

Returns the value of attribute step_status.

Returns:

  • ("Pending", "InProgress", "Waiting", "Success", "TimedOut", "Cancelling", "Cancelled", "Failed", "PendingApproval", "Approved", "Rejected", "Scheduled", "RunbookInProgress", "PendingChangeCalendarOverride", "ChangeCalendarOverrideApproved", "ChangeCalendarOverrideRejected", "CompletedWithSuccess", "CompletedWithFailure", "Exited")


4237
4238
4239
# File 'sig/types.rbs', line 4237

def step_status
  @step_status
end

#target_locationTypes::TargetLocation

Returns the value of attribute target_location.



4252
4253
4254
# File 'sig/types.rbs', line 4252

def target_location
  @target_location
end

#targets::Array[Types::Target]

Returns the value of attribute targets.

Returns:



4251
4252
4253
# File 'sig/types.rbs', line 4251

def targets
  @targets
end

#timeout_seconds::Integer

Returns the value of attribute timeout_seconds.

Returns:

  • (::Integer)


4232
4233
4234
# File 'sig/types.rbs', line 4232

def timeout_seconds
  @timeout_seconds
end

#triggered_alarms::Array[Types::AlarmStateInformation]

Returns the value of attribute triggered_alarms.

Returns:



4253
4254
4255
# File 'sig/types.rbs', line 4253

def triggered_alarms
  @triggered_alarms
end

#valid_next_steps::Array[::String]

Returns the value of attribute valid_next_steps.

Returns:

  • (::Array[::String])


4250
4251
4252
# File 'sig/types.rbs', line 4250

def valid_next_steps
  @valid_next_steps
end

#warning_message::String

Returns the value of attribute warning_message.

Returns:

  • (::String)


4243
4244
4245
# File 'sig/types.rbs', line 4243

def warning_message
  @warning_message
end