Class: Aws::Types::CreateImageRecipeResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateImageRecipeResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#image_recipe_arn ⇒ ::String
Returns the value of attribute image_recipe_arn.
-
#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
#client_token ⇒ ::String
Returns the value of attribute client_token.
343 344 345 |
# File 'sig/types.rbs', line 343 def client_token @client_token end |
#image_recipe_arn ⇒ ::String
Returns the value of attribute image_recipe_arn.
344 345 346 |
# File 'sig/types.rbs', line 344 def image_recipe_arn @image_recipe_arn end |
#latest_version_references ⇒ Types::LatestVersionReferences
Returns the value of attribute latest_version_references.
345 346 347 |
# File 'sig/types.rbs', line 345 def latest_version_references @latest_version_references end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
342 343 344 |
# File 'sig/types.rbs', line 342 def request_id @request_id end |