Class: Aws::NetworkFirewall::Types::DeleteProxyRuleGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::DeleteProxyRuleGroupResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-networkfirewall/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#proxy_rule_group_arn ⇒ String
The Amazon Resource Name (ARN) of a proxy rule group.
-
#proxy_rule_group_name ⇒ String
The descriptive name of the proxy rule group.
Instance Attribute Details
#proxy_rule_group_arn ⇒ String
The Amazon Resource Name (ARN) of a proxy rule group.
2084 2085 2086 2087 2088 2089 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 2084 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.
2084 2085 2086 2087 2088 2089 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 2084 class DeleteProxyRuleGroupResponse < Struct.new( :proxy_rule_group_name, :proxy_rule_group_arn) SENSITIVE = [] include Aws::Structure end |