Class: Aws::Imagebuilder::Types::DeleteImagePipelineRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::DeleteImagePipelineRequest
- 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 to delete.
Instance Attribute Details
#image_pipeline_arn ⇒ String
The Amazon Resource Name (ARN) of the image pipeline to delete.
2100 2101 2102 2103 2104 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2100 class DeleteImagePipelineRequest < Struct.new( :image_pipeline_arn) SENSITIVE = [] include Aws::Structure end |