Class: Aws::NetworkFirewall::Types::DescribeFirewallRequest

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

#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)


1222
1223
1224
1225
1226
1227
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 1222

class DescribeFirewallRequest < Struct.new(
  :firewall_name,
  :firewall_arn)
  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)


1222
1223
1224
1225
1226
1227
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 1222

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