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])


6204
6205
6206
# File 'sig/types.rbs', line 6204

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6203
6204
6205
# File 'sig/types.rbs', line 6203

def name
  @name
end

#recipe_referenceTypes::RecipeReference

Returns the value of attribute recipe_reference.



6205
6206
6207
# File 'sig/types.rbs', line 6205

def recipe_reference
  @recipe_reference
end

#recipe_steps::Array[Types::RecipeStep]

Returns the value of attribute recipe_steps.

Returns:



6206
6207
6208
# File 'sig/types.rbs', line 6206

def recipe_steps
  @recipe_steps
end