Class: Aws::Imagebuilder::Types::GetImagePipelineRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::GetImagePipelineRequest
- 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 you want to retrieve.
Instance Attribute Details
#image_pipeline_arn ⇒ String
The Amazon Resource Name (ARN) of the image pipeline that you want to retrieve.
2767 2768 2769 2770 2771 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2767 class GetImagePipelineRequest < Struct.new( :image_pipeline_arn) SENSITIVE = [] include Aws::Structure end |