Class: Aws::Types::DeleteFlowAliasResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteFlowAliasResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#flow_id ⇒ ::String
Returns the value of attribute flow_id.
779 780 781 |
# File 'sig/types.rbs', line 779 def flow_id @flow_id end |
#id ⇒ ::String
Returns the value of attribute id.
780 781 782 |
# File 'sig/types.rbs', line 780 def id @id end |