Class: Aws::Imagebuilder::Types::PutImagePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::PutImagePolicyResponse
- Defined in:
- gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_arn ⇒ String
The Amazon Resource Name (ARN) of the image that this policy was applied to.
-
#request_id ⇒ String
The request ID that uniquely identifies this request.
Instance Attribute Details
#image_arn ⇒ String
The Amazon Resource Name (ARN) of the image that this policy was applied to.
5387 5388 5389 5390 5391 5392 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5387 class PutImagePolicyResponse < Struct.new( :request_id, :image_arn) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The request ID that uniquely identifies this request.
5387 5388 5389 5390 5391 5392 |
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 5387 class PutImagePolicyResponse < Struct.new( :request_id, :image_arn) SENSITIVE = [] include Aws::Structure end |