Class: Aws::Types::CreateContainerRecipeResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateContainerRecipeResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#container_recipe_arn ⇒ ::String
Returns the value of attribute container_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.
272 273 274 |
# File 'sig/types.rbs', line 272 def client_token @client_token end |
#container_recipe_arn ⇒ ::String
Returns the value of attribute container_recipe_arn.
273 274 275 |
# File 'sig/types.rbs', line 273 def container_recipe_arn @container_recipe_arn end |
#latest_version_references ⇒ Types::LatestVersionReferences
Returns the value of attribute latest_version_references.
274 275 276 |
# File 'sig/types.rbs', line 274 def latest_version_references @latest_version_references end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
271 272 273 |
# File 'sig/types.rbs', line 271 def request_id @request_id end |