Class: Aws::Types::DeleteFlowRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteFlowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_identifier ⇒ ::String
Returns the value of attribute flow_identifier.
-
#skip_resource_in_use_check ⇒ Boolean
Returns the value of attribute skip_resource_in_use_check.
Instance Attribute Details
#flow_identifier ⇒ ::String
Returns the value of attribute flow_identifier.
785 786 787 |
# File 'sig/types.rbs', line 785 def flow_identifier @flow_identifier end |
#skip_resource_in_use_check ⇒ Boolean
Returns the value of attribute skip_resource_in_use_check.
786 787 788 |
# File 'sig/types.rbs', line 786 def skip_resource_in_use_check @skip_resource_in_use_check end |