Class: Aws::Imagebuilder::Types::DeleteImagePipelineRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-imagebuilder/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 to delete.

Returns:

  • (String)


2390
2391
2392
2393
2394
# File 'gems/aws-sdk-imagebuilder/lib/aws-sdk-imagebuilder/types.rb', line 2390

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