Class: Aws::Types::StartFlowCaptureResponse
- Inherits:
-
Object
- Object
- Aws::Types::StartFlowCaptureResponse
- 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.
1551 1552 1553 |
# File 'sig/types.rbs', line 1551 def firewall_arn @firewall_arn end |
#flow_operation_id ⇒ ::String
Returns the value of attribute flow_operation_id.
1552 1553 1554 |
# File 'sig/types.rbs', line 1552 def flow_operation_id @flow_operation_id end |
#flow_operation_status ⇒ "COMPLETED", ...
Returns the value of attribute flow_operation_status.
1553 1554 1555 |
# File 'sig/types.rbs', line 1553 def flow_operation_status @flow_operation_status end |