Class: Aws::Imagebuilder::Types::DeleteImagePipelineResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::DeleteImagePipelineResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_pipeline_arn ⇒ String
The Amazon Resource Name (ARN) of the image pipeline that was deleted.
-
#request_id ⇒ String
The request ID that uniquely identifies this request.
Instance Attribute Details
#image_pipeline_arn ⇒ String
The Amazon Resource Name (ARN) of the image pipeline that was deleted.
2117 2118 2119 2120 2121 2122 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2117 class DeleteImagePipelineResponse < Struct.new( :request_id, :image_pipeline_arn) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The request ID that uniquely identifies this request.
2117 2118 2119 2120 2121 2122 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2117 class DeleteImagePipelineResponse < Struct.new( :request_id, :image_pipeline_arn) SENSITIVE = [] include Aws::Structure end |