Class: Aws::NetworkFirewall::Types::StartFlowCaptureResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-networkfirewall/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#firewall_arnString

The Amazon Resource Name (ARN) of the firewall.

Returns:

  • (String)


7184
7185
7186
7187
7188
7189
7190
# File 'lib/aws-sdk-networkfirewall/types.rb', line 7184

class StartFlowCaptureResponse < Struct.new(
  :firewall_arn,
  :flow_operation_id,
  :flow_operation_status)
  SENSITIVE = []
  include Aws::Structure
end

#flow_operation_idString

A unique identifier for the flow operation. This ID is returned in the responses to start and list commands. You provide to describe commands.

Returns:

  • (String)


7184
7185
7186
7187
7188
7189
7190
# File 'lib/aws-sdk-networkfirewall/types.rb', line 7184

class StartFlowCaptureResponse < Struct.new(
  :firewall_arn,
  :flow_operation_id,
  :flow_operation_status)
  SENSITIVE = []
  include Aws::Structure
end

#flow_operation_statusString

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.

Returns:

  • (String)


7184
7185
7186
7187
7188
7189
7190
# File 'lib/aws-sdk-networkfirewall/types.rb', line 7184

class StartFlowCaptureResponse < Struct.new(
  :firewall_arn,
  :flow_operation_id,
  :flow_operation_status)
  SENSITIVE = []
  include Aws::Structure
end