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


6172
6173
6174
# File 'sig/types.rbs', line 6172

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6171
6172
6173
# File 'sig/types.rbs', line 6171

def name
  @name
end

#recipe_referenceTypes::RecipeReference

Returns the value of attribute recipe_reference.



6173
6174
6175
# File 'sig/types.rbs', line 6173

def recipe_reference
  @recipe_reference
end

#recipe_steps::Array[Types::RecipeStep]

Returns the value of attribute recipe_steps.

Returns:



6174
6175
6176
# File 'sig/types.rbs', line 6174

def recipe_steps
  @recipe_steps
end