Class: Aws::Imagebuilder::Types::GetContainerRecipeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::GetContainerRecipeRequest
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#container_recipe_arn ⇒ String
The Amazon Resource Name (ARN) of the container recipe to retrieve.
Instance Attribute Details
#container_recipe_arn ⇒ String
The Amazon Resource Name (ARN) of the container recipe to retrieve.
2537 2538 2539 2540 2541 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2537 class GetContainerRecipeRequest < Struct.new( :container_recipe_arn) SENSITIVE = [] include Aws::Structure end |