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


6241
6242
6243
# File 'sig/types.rbs', line 6241

def inputs
  @inputs
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


6240
6241
6242
# File 'sig/types.rbs', line 6240

def name
  @name
end

#recipe_referenceTypes::RecipeReference

Returns the value of attribute recipe_reference.



6242
6243
6244
# File 'sig/types.rbs', line 6242

def recipe_reference
  @recipe_reference
end

#recipe_steps::Array[Types::RecipeStep]

Returns the value of attribute recipe_steps.

Returns:



6243
6244
6245
# File 'sig/types.rbs', line 6243

def recipe_steps
  @recipe_steps
end