Class: Aws::Types::CreateRecipeRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


135
136
137
# File 'sig/types.rbs', line 135

def description
  @description
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


136
137
138
# File 'sig/types.rbs', line 136

def name
  @name
end

#steps ⇒ ::Array[Types::RecipeStep]

Returns the value of attribute steps.

Returns:



137
138
139
# File 'sig/types.rbs', line 137

def steps
  @steps
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


138
139
140
# File 'sig/types.rbs', line 138

def tags
  @tags
end