Class: Aws::Imagebuilder::Types::PutContainerRecipePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::PutContainerRecipePolicyResponse
- 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 that this policy was applied to.
-
#request_id ⇒ String
The request ID that uniquely identifies this request.
Instance Attribute Details
#container_recipe_arn ⇒ String
The Amazon Resource Name (ARN) of the container recipe that this policy was applied to.
6931 6932 6933 6934 6935 6936 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6931 class PutContainerRecipePolicyResponse < Struct.new( :request_id, :container_recipe_arn) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The request ID that uniquely identifies this request.
6931 6932 6933 6934 6935 6936 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6931 class PutContainerRecipePolicyResponse < Struct.new( :request_id, :container_recipe_arn) SENSITIVE = [] include Aws::Structure end |