Class: Aws::Appflow::Types::DeleteFlowRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/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)


1754
1755
1756
1757
1758
1759
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1754

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

#force_deleteBoolean

Indicates whether Amazon AppFlow should delete the flow, even if it is currently in use.

Returns:

  • (Boolean)


1754
1755
1756
1757
1758
1759
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 1754

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