Class: Aws::NetworkSecurityManager::Types::RuleReference
- Inherits:
-
Struct
- Object
- Struct
- Aws::NetworkSecurityManager::Types::RuleReference
- Defined in:
- gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb
Overview
A reference to a rule in a create or update request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rule_identifier ⇒ String
The identifier of the rule.
Instance Attribute Details
#rule_identifier ⇒ String
The identifier of the rule. This is the rule's Amazon Resource Name (ARN).
3658 3659 3660 3661 3662 |
# File 'gems/aws-sdk-networksecuritymanager/lib/aws-sdk-networksecuritymanager/types.rb', line 3658 class RuleReference < Struct.new( :rule_identifier) SENSITIVE = [] include Aws::Structure end |