Module: Aws::Imagebuilder::Client::_GetImageRecipeResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetImageRecipeResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #image_recipe ⇒ Types::ImageRecipe
- #latest_version_references ⇒ Types::LatestVersionReferences
- #request_id ⇒ ::String
Instance Method Details
#image_recipe ⇒ Types::ImageRecipe
612 |
# File 'sig/client.rbs', line 612
def image_recipe: () -> Types::ImageRecipe
|
#latest_version_references ⇒ Types::LatestVersionReferences
613 |
# File 'sig/client.rbs', line 613
def latest_version_references: () -> Types::LatestVersionReferences
|
#request_id ⇒ ::String
611 |
# File 'sig/client.rbs', line 611
def request_id: () -> ::String
|