Class: Aws::OSIS::Types::GetPipelineResponse

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

Detailed information about the requested pipeline.

Returns:



288
289
290
291
292
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 288

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