Class: Aws::NetworkFirewall::Types::DeleteProxyRuleGroupResponse

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

#proxy_rule_group_arn ⇒ String

The Amazon Resource Name (ARN) of a proxy rule group.

Returns:

  • (String)


2350
2351
2352
2353
2354
2355
# File 'lib/aws-sdk-networkfirewall/types.rb', line 2350

class DeleteProxyRuleGroupResponse < Struct.new(
  :proxy_rule_group_name,
  :proxy_rule_group_arn)
  SENSITIVE = []
  include Aws::Structure
end

#proxy_rule_group_name ⇒ String

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

Returns:

  • (String)


2350
2351
2352
2353
2354
2355
# File 'lib/aws-sdk-networkfirewall/types.rb', line 2350

class DeleteProxyRuleGroupResponse < Struct.new(
  :proxy_rule_group_name,
  :proxy_rule_group_arn)
  SENSITIVE = []
  include Aws::Structure
end