Class: Aws::Types::GetImageRecipeResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetImageRecipeResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_recipe ⇒ Types::ImageRecipe
Returns the value of attribute image_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
#image_recipe ⇒ Types::ImageRecipe
Returns the value of attribute image_recipe.
772 773 774 |
# File 'sig/types.rbs', line 772 def image_recipe @image_recipe end |
#latest_version_references ⇒ Types::LatestVersionReferences
Returns the value of attribute latest_version_references.
773 774 775 |
# File 'sig/types.rbs', line 773 def latest_version_references @latest_version_references end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
771 772 773 |
# File 'sig/types.rbs', line 771 def request_id @request_id end |