Class: Aws::NetworkSecurityManager::Types::AssociatedRule

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#rule_arn ⇒ String

The ARN of the associated rule.

Returns:

  • (String)


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