Module: Aws::Imagebuilder::Client::_GetContainerRecipeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetContainerRecipeResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #container_recipe ⇒ Types::ContainerRecipe
- #latest_version_references ⇒ Types::LatestVersionReferences
- #request_id ⇒ ::String
Instance Method Details
#container_recipe ⇒ Types::ContainerRecipe
544 |
# File 'sig/client.rbs', line 544
def container_recipe: () -> Types::ContainerRecipe
|
#latest_version_references ⇒ Types::LatestVersionReferences
545 |
# File 'sig/client.rbs', line 545
def latest_version_references: () -> Types::LatestVersionReferences
|
#request_id ⇒ ::String
543 |
# File 'sig/client.rbs', line 543
def request_id: () -> ::String
|