Class: Aws::Types::ExecutionEvent

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


314
315
316
# File 'sig/types.rbs', line 314

def description
  @description
end

#error::String

Returns the value of attribute error.

Returns:

  • (::String)


313
314
315
# File 'sig/types.rbs', line 313

def error
  @error
end

#event_id::String

Returns the value of attribute event_id.

Returns:

  • (::String)


315
316
317
# File 'sig/types.rbs', line 315

def event_id
  @event_id
end

#execution_block_type"CustomActionLambda", ...

Returns the value of attribute execution_block_type.

Returns:

  • ("CustomActionLambda", "ManualApproval", "AuroraGlobalDatabase", "EC2AutoScaling", "ARCRoutingControl", "ARCRegionSwitchPlan", "Parallel", "ECSServiceScaling", "EKSResourceScaling", "Route53HealthCheck", "DocumentDb", "RdsPromoteReadReplica", "RdsCreateCrossRegionReplica", "LambdaEventSourceMapping", "AuroraServerlessScaling", "AuroraProvisionedScaling", "NeptuneGlobalDatabase", "RdsSwitchoverReadReplica")


311
312
313
# File 'sig/types.rbs', line 311

def execution_block_type
  @execution_block_type
end

#previous_event_id::String

Returns the value of attribute previous_event_id.

Returns:

  • (::String)


316
317
318
# File 'sig/types.rbs', line 316

def previous_event_id
  @previous_event_id
end

#resources::Array[::String]

Returns the value of attribute resources.

Returns:

  • (::Array[::String])


312
313
314
# File 'sig/types.rbs', line 312

def resources
  @resources
end

#step_name::String

Returns the value of attribute step_name.

Returns:

  • (::String)


310
311
312
# File 'sig/types.rbs', line 310

def step_name
  @step_name
end

#timestamp::Time

Returns the value of attribute timestamp.

Returns:

  • (::Time)


308
309
310
# File 'sig/types.rbs', line 308

def timestamp
  @timestamp
end

#type"unknown", ...

Returns the value of attribute type.

Returns:

  • ("unknown", "executionPending", "executionStarted", "executionSucceeded", "executionFailed", "executionPausing", "executionPaused", "executionCanceling", "executionCanceled", "executionPendingApproval", "executionBehaviorChangedToUngraceful", "executionBehaviorChangedToGraceful", "executionPendingChildPlanManualApproval", "executionSuccessMonitoringApplicationHealth", "stepStarted", "stepUpdate", "stepSucceeded", "stepFailed", "stepSkipped", "stepPausedByError", "stepPausedByOperator", "stepCanceled", "stepPendingApproval", "stepExecutionBehaviorChangedToUngraceful", "stepPendingApplicationHealthMonitor", "planEvaluationWarning")


309
310
311
# File 'sig/types.rbs', line 309

def type
  @type
end