Class: Aws::Imagebuilder::Types::DeleteImagePipelineResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-imagebuilder/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#image_pipeline_arnString

The Amazon Resource Name (ARN) of the image pipeline that was deleted.



2287
2288
2289
2290
2291
2292
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2287

class DeleteImagePipelineResponse < Struct.new(
  :request_id,
  :image_pipeline_arn)
  SENSITIVE = []
  include Aws::Structure
end

#request_idString

The request ID that uniquely identifies this request.



2287
2288
2289
2290
2291
2292
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2287

class DeleteImagePipelineResponse < Struct.new(
  :request_id,
  :image_pipeline_arn)
  SENSITIVE = []
  include Aws::Structure
end