Class: Aws::Imagebuilder::Types::GetContainerRecipeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::GetContainerRecipeRequest
- Includes:
- Structure
- Defined in:
- 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.
2723 2724 2725 2726 2727 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2723 class GetContainerRecipeRequest < Struct.new( :container_recipe_arn) SENSITIVE = [] include Aws::Structure end |