Class: Aws::Appflow::Types::StopFlowRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appflow/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#flow_nameString

The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.

Returns:

  • (String)


5295
5296
5297
5298
5299
# File 'lib/aws-sdk-appflow/types.rb', line 5295

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