Class: Aws::NetworkFirewall::Types::StartFlowFlushResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::StartFlowFlushResponse
- Defined in:
- gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#firewall_arn ⇒ String
The Amazon Resource Name (ARN) of the firewall.
-
#flow_operation_id ⇒ String
A unique identifier for the flow operation.
-
#flow_operation_status ⇒ String
Returns the status of the flow operation.
Instance Attribute Details
#firewall_arn ⇒ String
The Amazon Resource Name (ARN) of the firewall.
5592 5593 5594 5595 5596 5597 5598 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 5592 class StartFlowFlushResponse < Struct.new( :firewall_arn, :flow_operation_id, :flow_operation_status) SENSITIVE = [] include Aws::Structure end |
#flow_operation_id ⇒ String
A unique identifier for the flow operation. This ID is returned in the responses to start and list commands. You provide to describe commands.
5592 5593 5594 5595 5596 5597 5598 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 5592 class StartFlowFlushResponse < Struct.new( :firewall_arn, :flow_operation_id, :flow_operation_status) SENSITIVE = [] include Aws::Structure end |
#flow_operation_status ⇒ String
Returns the status of the flow operation. This string is returned in the responses to start, list, and describe commands.
If the status is COMPLETED_WITH_ERRORS
, results may be returned
with any number of Flows
missing from the response. If the status
is FAILED
, Flows
returned will be empty.
5592 5593 5594 5595 5596 5597 5598 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 5592 class StartFlowFlushResponse < Struct.new( :firewall_arn, :flow_operation_id, :flow_operation_status) SENSITIVE = [] include Aws::Structure end |