Class: Aws::Types::Recipe

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#inputs::Array[::String]

Returns the value of attribute inputs.

Returns:

  • (::Array[::String])


6214
6215
6216
# File 'sig/types.rbs', line 6214

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6213
6214
6215
# File 'sig/types.rbs', line 6213

def name
  @name
end

#recipe_referenceTypes::RecipeReference

Returns the value of attribute recipe_reference.



6215
6216
6217
# File 'sig/types.rbs', line 6215

def recipe_reference
  @recipe_reference
end

#recipe_steps::Array[Types::RecipeStep]

Returns the value of attribute recipe_steps.

Returns:



6216
6217
6218
# File 'sig/types.rbs', line 6216

def recipe_steps
  @recipe_steps
end