Class: Aws::Imagebuilder::Types::GetImagePipelineRequest

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 you want to retrieve.

Returns:

  • (String)


2757
2758
2759
2760
2761
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2757

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