Class: Aws::Imagebuilder::Types::PutImagePolicyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::PutImagePolicyResponse
- Includes:
- Structure
- Defined in:
- 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.
6967 6968 6969 6970 6971 6972 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6967 class PutImagePolicyResponse < Struct.new( :request_id, :image_arn) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The request ID that uniquely identifies this request.
6967 6968 6969 6970 6971 6972 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 6967 class PutImagePolicyResponse < Struct.new( :request_id, :image_arn) SENSITIVE = [] include Aws::Structure end |