Class: Aws::Types::DeleteFlowRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteFlowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
-
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
Instance Attribute Details
#aws_account_id ⇒ ::String
Returns the value of attribute aws_account_id.
3889 3890 3891 |
# File 'sig/types.rbs', line 3889 def aws_account_id @aws_account_id end |
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
3890 3891 3892 |
# File 'sig/types.rbs', line 3890 def flow_id @flow_id end |