Class: Aws::OSIS::Types::StartPipelineRequest

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 to start.

Returns:

  • (String)


750
751
752
753
754
# File 'lib/aws-sdk-osis/types.rb', line 750

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