Class: Aws::NetworkSecurityManager::Types::AssociatedRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkSecurityManager::Types::AssociatedRule
- Defined in:
- gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb
Overview
An association between a template and a rule, as returned in outputs.
The corresponding request structure is RuleReference.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule_arn ⇒ String
The ARN of the associated rule.
Instance Attribute Details
#rule_arn ⇒ String
The ARN of the associated rule.
390 391 392 393 394 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 390 class AssociatedRule < Struct.new( :rule_arn) SENSITIVE = [] include Aws::Structure end |