Class: Aws::Imagebuilder::Types::GetImagePipelineResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::GetImagePipelineResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image_pipeline ⇒ Types::ImagePipeline
The image pipeline object.
-
#request_id ⇒ String
The request ID that uniquely identifies this request.
Instance Attribute Details
#image_pipeline ⇒ Types::ImagePipeline
The image pipeline object.
2783 2784 2785 2786 2787 2788 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2783 class GetImagePipelineResponse < Struct.new( :request_id, :image_pipeline) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The request ID that uniquely identifies this request.
2783 2784 2785 2786 2787 2788 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 2783 class GetImagePipelineResponse < Struct.new( :request_id, :image_pipeline) SENSITIVE = [] include Aws::Structure end |