Class: Aws::Types::DeleteFlowRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteFlowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_name ⇒ ::String
Returns the value of attribute flow_name.
-
#force_delete ⇒ Boolean
Returns the value of attribute force_delete.
Instance Attribute Details
#flow_name ⇒ ::String
Returns the value of attribute flow_name.
426 427 428 |
# File 'sig/types.rbs', line 426 def flow_name @flow_name end |
#force_delete ⇒ Boolean
Returns the value of attribute force_delete.
427 428 429 |
# File 'sig/types.rbs', line 427 def force_delete @force_delete end |