Class: Aws::Appflow::Types::DeleteFlowRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::DeleteFlowRequest
- 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.
-
#force_delete ⇒ Boolean
Indicates whether Amazon AppFlow should delete the flow, even if it is currently in use.
Instance Attribute Details
#flow_name ⇒ String
The specified name of the flow. Spaces are not allowed. Use underscores (_) or hyphens (-) only.
1754 1755 1756 1757 1758 1759 |
# File 'lib/aws-sdk-appflow/types.rb', line 1754 class DeleteFlowRequest < Struct.new( :flow_name, :force_delete) SENSITIVE = [] include Aws::Structure end |
#force_delete ⇒ Boolean
Indicates whether Amazon AppFlow should delete the flow, even if it is currently in use.
1754 1755 1756 1757 1758 1759 |
# File 'lib/aws-sdk-appflow/types.rb', line 1754 class DeleteFlowRequest < Struct.new( :flow_name, :force_delete) SENSITIVE = [] include Aws::Structure end |