Class: Aws::OSIS::Types::UpdatePipelineResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#pipelineTypes::Pipeline

Container for information about the updated pipeline.

Returns:



1282
1283
1284
1285
1286
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 1282

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