Class: Aws::IoTAnalytics::Types::DescribePipelineResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::DescribePipelineResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pipeline ⇒ Types::Pipeline
A ‘Pipeline` object that contains information about the pipeline.
Instance Attribute Details
#pipeline ⇒ Types::Pipeline
A ‘Pipeline` object that contains information about the pipeline.
1617 1618 1619 1620 1621 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 1617 class DescribePipelineResponse < Struct.new( :pipeline) SENSITIVE = [] include Aws::Structure end |