Class: Aws::Types::ManagedRule
- Inherits:
-
Object
- Object
- Aws::Types::ManagedRule
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#template_name ⇒ ::String
Returns the value of attribute template_name.
Instance Attribute Details
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
715 716 717 |
# File 'sig/types.rbs', line 715 def resource_arn @resource_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
716 717 718 |
# File 'sig/types.rbs', line 716 def end |
#template_name ⇒ ::String
Returns the value of attribute template_name.
714 715 716 |
# File 'sig/types.rbs', line 714 def template_name @template_name end |