Class: Aws::Imagebuilder::Types::GetContainerRecipePolicyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::GetContainerRecipePolicyRequest
- 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 for the policy being requested.
Instance Attribute Details
#container_recipe_arn ⇒ String
The Amazon Resource Name (ARN) of the container recipe for the policy being requested.
2678 2679 2680 2681 2682 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2678 class GetContainerRecipePolicyRequest < Struct.new( :container_recipe_arn) SENSITIVE = [] include Aws::Structure end |