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)


2806
2807
2808
2809
2810
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2806

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