Class: Aws::NetworkFirewall::Types::StartAnalysisReportRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_typeString

The type of traffic that will be used to generate a report.

Returns:

  • (String)


7092
7093
7094
7095
7096
7097
7098
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 7092

class StartAnalysisReportRequest < Struct.new(
  :firewall_name,
  :firewall_arn,
  :analysis_type)
  SENSITIVE = []
  include Aws::Structure
end

#firewall_arnString

The Amazon Resource Name (ARN) of the firewall.

You must specify the ARN or the name, and you can specify both.

Returns:

  • (String)


7092
7093
7094
7095
7096
7097
7098
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 7092

class StartAnalysisReportRequest < Struct.new(
  :firewall_name,
  :firewall_arn,
  :analysis_type)
  SENSITIVE = []
  include Aws::Structure
end

#firewall_nameString

The descriptive name of the firewall. You can't change the name of a firewall after you create it.

You must specify the ARN or the name, and you can specify both.

Returns:

  • (String)


7092
7093
7094
7095
7096
7097
7098
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 7092

class StartAnalysisReportRequest < Struct.new(
  :firewall_name,
  :firewall_arn,
  :analysis_type)
  SENSITIVE = []
  include Aws::Structure
end