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:



909
910
911
912
913
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 909

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