Class: Aws::Appflow::Types::StopFlowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::StopFlowRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#flow_name ⇒ String
The specified name of the flow.
Instance Attribute Details
#flow_name ⇒ String
The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.
5289 5290 5291 5292 5293 |
# File 'lib/aws-sdk-appflow/types.rb', line 5289 class StopFlowRequest < Struct.new( :flow_name) SENSITIVE = [] include Aws::Structure end |