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.
1578 1579 1580 |
# File 'sig/types.rbs', line 1578 def firewall_arn @firewall_arn end |
#flow_operation_id ⇒ ::String
Returns the value of attribute flow_operation_id.
1579 1580 1581 |
# File 'sig/types.rbs', line 1579 def flow_operation_id @flow_operation_id end |
#flow_operation_status ⇒ "COMPLETED", ...
Returns the value of attribute flow_operation_status.
1580 1581 1582 |
# File 'sig/types.rbs', line 1580 def flow_operation_status @flow_operation_status end |