Class: Aws::Pipes::Types::StartPipeRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the pipe.

Returns:

  • (String)


3045
3046
3047
3048
3049
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 3045

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