Class: Aws::NetworkFirewall::Types::DeleteProxyRulesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::DeleteProxyRulesRequest
- 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.
-
#rules ⇒ Array<String>
The proxy rule(s) to remove from the existing proxy rule group.
Instance Attribute Details
#proxy_rule_group_arn ⇒ String
The Amazon Resource Name (ARN) of a proxy rule group.
You must specify the ARN or the name, and you can specify both.
2110 2111 2112 2113 2114 2115 2116 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 2110 class DeleteProxyRulesRequest < Struct.new( :proxy_rule_group_arn, :proxy_rule_group_name, :rules) 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.
You must specify the ARN or the name, and you can specify both.
2110 2111 2112 2113 2114 2115 2116 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 2110 class DeleteProxyRulesRequest < Struct.new( :proxy_rule_group_arn, :proxy_rule_group_name, :rules) SENSITIVE = [] include Aws::Structure end |
#rules ⇒ Array<String>
The proxy rule(s) to remove from the existing proxy rule group.
2110 2111 2112 2113 2114 2115 2116 |
# File 'lib/aws-sdk-networkfirewall/types.rb', line 2110 class DeleteProxyRulesRequest < Struct.new( :proxy_rule_group_arn, :proxy_rule_group_name, :rules) SENSITIVE = [] include Aws::Structure end |