Class: Aws::NetworkFirewall::Types::RuleGroupMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkFirewall::Types::RuleGroupMetadata
- Defined in:
- gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb
Overview
High-level information about a rule group, returned by ListRuleGroups. You can use the information provided in the metadata to retrieve and manage a rule group.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the rule group.
-
#name ⇒ String
The descriptive name of the rule group.
-
#vendor_name ⇒ String
The name of the Amazon Web Services Marketplace seller that provides this rule group.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the rule group.
6544 6545 6546 6547 6548 6549 6550 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 6544 class RuleGroupMetadata < Struct.new( :name, :arn, :vendor_name) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The descriptive name of the rule group. You can't change the name of a rule group after you create it.
6544 6545 6546 6547 6548 6549 6550 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 6544 class RuleGroupMetadata < Struct.new( :name, :arn, :vendor_name) SENSITIVE = [] include Aws::Structure end |
#vendor_name ⇒ String
The name of the Amazon Web Services Marketplace seller that provides this rule group.
6544 6545 6546 6547 6548 6549 6550 |
# File 'gems/aws-sdk-networkfirewall/lib/aws-sdk-networkfirewall/types.rb', line 6544 class RuleGroupMetadata < Struct.new( :name, :arn, :vendor_name) SENSITIVE = [] include Aws::Structure end |