Class: Aws::Types::UpdatePlanExecutionStepRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action_to_take"switchToUngraceful", "skip"

Returns the value of attribute action_to_take.

Returns:

  • ("switchToUngraceful", "skip")


821
822
823
# File 'sig/types.rbs', line 821

def action_to_take
  @action_to_take
end

#comment::String

Returns the value of attribute comment.

Returns:

  • (::String)


819
820
821
# File 'sig/types.rbs', line 819

def comment
  @comment
end

#execution_id::String

Returns the value of attribute execution_id.

Returns:

  • (::String)


818
819
820
# File 'sig/types.rbs', line 818

def execution_id
  @execution_id
end

#plan_arn::String

Returns the value of attribute plan_arn.

Returns:

  • (::String)


817
818
819
# File 'sig/types.rbs', line 817

def plan_arn
  @plan_arn
end

#step_name::String

Returns the value of attribute step_name.

Returns:

  • (::String)


820
821
822
# File 'sig/types.rbs', line 820

def step_name
  @step_name
end