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
618 |
# File 'sig/client.rbs', line 618
def image_recipe: () -> Types::ImageRecipe
|
#latest_version_references ⇒ Types::LatestVersionReferences
619 |
# File 'sig/client.rbs', line 619
def latest_version_references: () -> Types::LatestVersionReferences
|
#request_id ⇒ ::String
617 |
# File 'sig/client.rbs', line 617
def request_id: () -> ::String
|