Class: Aws::Types::GetContainerRecipeResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetContainerRecipeResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_recipe ⇒ Types::ContainerRecipe
Returns the value of attribute container_recipe.
-
#latest_version_references ⇒ Types::LatestVersionReferences
Returns the value of attribute latest_version_references.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#container_recipe ⇒ Types::ContainerRecipe
Returns the value of attribute container_recipe.
716 717 718 |
# File 'sig/types.rbs', line 716 def container_recipe @container_recipe end |
#latest_version_references ⇒ Types::LatestVersionReferences
Returns the value of attribute latest_version_references.
717 718 719 |
# File 'sig/types.rbs', line 717 def latest_version_references @latest_version_references end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
715 716 717 |
# File 'sig/types.rbs', line 715 def request_id @request_id end |