Class: Aws::NetworkFirewall::Types::ProxyRuleGroupMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::ProxyRuleGroupMetadata
- Defined in:
- gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb
Overview
High-level information about a proxy rule group, returned by operations like create and describe. You can use the information provided in the metadata to retrieve and manage a proxy rule group. You can retrieve all objects for a proxy rule group by calling DescribeProxyRuleGroup.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of a proxy rule group.
-
#name ⇒ String
The descriptive name of the proxy rule group.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of a proxy rule group.
6154 6155 6156 6157 6158 6159 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 6154 class ProxyRuleGroupMetadata < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |
#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.
6154 6155 6156 6157 6158 6159 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 6154 class ProxyRuleGroupMetadata < Struct.new( :name, :arn) SENSITIVE = [] include Aws::Structure end |