Class: Aws::Types::StartFlowFlushResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartFlowFlushResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
-
#flow_operation_id ⇒ ::String
Returns the value of attribute flow_operation_id.
-
#flow_operation_status ⇒ "COMPLETED", ...
Returns the value of attribute flow_operation_status.
Instance Attribute Details
#firewall_arn ⇒ ::String
Returns the value of attribute firewall_arn.
1568 1569 1570 |
# File 'sig/types.rbs', line 1568 def firewall_arn @firewall_arn end |
#flow_operation_id ⇒ ::String
Returns the value of attribute flow_operation_id.
1569 1570 1571 |
# File 'sig/types.rbs', line 1569 def flow_operation_id @flow_operation_id end |
#flow_operation_status ⇒ "COMPLETED", ...
Returns the value of attribute flow_operation_status.
1570 1571 1572 |
# File 'sig/types.rbs', line 1570 def flow_operation_status @flow_operation_status end |