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:



1129
1130
1131
1132
1133
# File 'lib/aws-sdk-osis/types.rb', line 1129

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