Class: Aws::Types::RuleGroupMetadata
- Inherits:
-
Object
- Object
- Aws::Types::RuleGroupMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#vendor_name ⇒ ::String
Returns the value of attribute vendor_name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1441 1442 1443 |
# File 'sig/types.rbs', line 1441 def arn @arn end |
#name ⇒ ::String
Returns the value of attribute name.
1440 1441 1442 |
# File 'sig/types.rbs', line 1440 def name @name end |
#vendor_name ⇒ ::String
Returns the value of attribute vendor_name.
1442 1443 1444 |
# File 'sig/types.rbs', line 1442 def vendor_name @vendor_name end |