Class: Aws::Imagebuilder::Types::PutImageRecipePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::PutImageRecipePolicyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_recipe_arn ⇒ String
The Amazon Resource Name (ARN) of the image recipe that this policy was applied to.
-
#request_id ⇒ String
The request ID that uniquely identifies this request.
Instance Attribute Details
#image_recipe_arn ⇒ String
The Amazon Resource Name (ARN) of the image recipe that this policy was applied to.
7003 7004 7005 7006 7007 7008 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7003 class PutImageRecipePolicyResponse < Struct.new( :request_id, :image_recipe_arn) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The request ID that uniquely identifies this request.
7003 7004 7005 7006 7007 7008 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7003 class PutImageRecipePolicyResponse < Struct.new( :request_id, :image_recipe_arn) SENSITIVE = [] include Aws::Structure end |