Class: Aws::OSIS::Types::GetPipelineResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OSIS::Types::GetPipelineResponse
- Defined in:
- gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pipeline ⇒ Types::Pipeline
Detailed information about the requested pipeline.
Instance Attribute Details
#pipeline ⇒ Types::Pipeline
Detailed information about the requested pipeline.
309 310 311 312 313 |
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 309 class GetPipelineResponse < Struct.new( :pipeline) SENSITIVE = [] include Aws::Structure end |