Class: Aws::OSIS::Types::StartPipelineResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OSIS::Types::StartPipelineResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-osis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#pipeline ⇒ Types::Pipeline
Information about an existing OpenSearch Ingestion pipeline.
Instance Attribute Details
#pipeline ⇒ Types::Pipeline
Information about an existing OpenSearch Ingestion pipeline.
762 763 764 765 766 |
# File 'lib/aws-sdk-osis/types.rb', line 762 class StartPipelineResponse < Struct.new( :pipeline) SENSITIVE = [] include Aws::Structure end |