Class: Aws::Types::GetComponentResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#recipe ⇒ ::String

Returns the value of attribute recipe.

Returns:

  • (::String)


328
329
330
# File 'sig/types.rbs', line 328

def recipe
  @recipe
end

#recipe_output_format ⇒ "JSON", "YAML"

Returns the value of attribute recipe_output_format.

Returns:

  • ("JSON", "YAML")


327
328
329
# File 'sig/types.rbs', line 327

def recipe_output_format
  @recipe_output_format
end

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

Returns the value of attribute tags.

Returns:

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


329
330
331
# File 'sig/types.rbs', line 329

def tags
  @tags
end