Class: Aws::Types::GetComponentResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetComponentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#recipe ⇒ ::String
Returns the value of attribute recipe.
-
#recipe_output_format ⇒ "JSON", "YAML"
Returns the value of attribute recipe_output_format.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#recipe ⇒ ::String
Returns the value of attribute recipe.
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.
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.
329 330 331 |
# File 'sig/types.rbs', line 329 def @tags end |