Class: Aws::Types::DeleteFlowVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteFlowVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_identifier ⇒ ::String
Returns the value of attribute flow_identifier.
-
#flow_version ⇒ ::String
Returns the value of attribute flow_version.
-
#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.
796 797 798 |
# File 'sig/types.rbs', line 796 def flow_identifier @flow_identifier end |
#flow_version ⇒ ::String
Returns the value of attribute flow_version.
797 798 799 |
# File 'sig/types.rbs', line 797 def flow_version @flow_version end |
#skip_resource_in_use_check ⇒ Boolean
Returns the value of attribute skip_resource_in_use_check.
798 799 800 |
# File 'sig/types.rbs', line 798 def skip_resource_in_use_check @skip_resource_in_use_check end |