Class: Aws::OSIS::Types::StartPipelineResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-osis/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pipelineTypes::Pipeline

Information about an existing OpenSearch Ingestion pipeline.

Returns:



762
763
764
765
766
# File 'lib/aws-sdk-osis/types.rb', line 762

class StartPipelineResponse < Struct.new(
  :pipeline)
  SENSITIVE = []
  include Aws::Structure
end