Class: Aws::Pipes::Types::StopPipeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pipes::Types::StopPipeRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pipes/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
The name of the pipe.
Instance Attribute Details
#name ⇒ String
The name of the pipe.
3107 3108 3109 3110 3111 |
# File 'lib/aws-sdk-pipes/types.rb', line 3107 class StopPipeRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |