Class: Aws::OSIS::Types::GetPipelineRequest

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

#pipeline_nameString

The name of the pipeline.

Returns:

  • (String)


297
298
299
300
301
# File 'lib/aws-sdk-osis/types.rb', line 297

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