Class: Aws::Types::RecipeStep

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#action ⇒ Types::RecipeAction

Returns the value of attribute action.

Returns:



800
801
802
# File 'sig/types.rbs', line 800

def action
  @action
end

#condition_expressions ⇒ ::Array[Types::ConditionExpression]

Returns the value of attribute condition_expressions.

Returns:



801
802
803
# File 'sig/types.rbs', line 801

def condition_expressions
  @condition_expressions
end