Class: Aws::Imagebuilder::Types::DeleteImageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::DeleteImageResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_build_version_arn ⇒ String
The ARN of the Image Builder image resource that this request deleted.
-
#request_id ⇒ String
The request ID that uniquely identifies this request.
Instance Attribute Details
#image_build_version_arn ⇒ String
The ARN of the Image Builder image resource that this request deleted.
2177 2178 2179 2180 2181 2182 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2177 class DeleteImageResponse < Struct.new( :request_id, :image_build_version_arn) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The request ID that uniquely identifies this request.
2177 2178 2179 2180 2181 2182 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2177 class DeleteImageResponse < Struct.new( :request_id, :image_build_version_arn) SENSITIVE = [] include Aws::Structure end |