Class: Aws::Pipes::Types::StopPipeRequest

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)


2860
2861
2862
2863
2864
# File 'gems/aws-sdk-pipes/lib/aws-sdk-pipes/types.rb', line 2860

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