Class: Aws::Types::ManagedRuleGroupSummary
- Inherits:
-
Object
- Object
- Aws::Types::ManagedRuleGroupSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#vendor_name ⇒ ::String
Returns the value of attribute vendor_name.
-
#versioning_supported ⇒ Boolean
Returns the value of attribute versioning_supported.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def description @description end |
#name ⇒ ::String
Returns the value of attribute name.
1155 1156 1157 |
# File 'sig/types.rbs', line 1155 def name @name end |
#vendor_name ⇒ ::String
Returns the value of attribute vendor_name.
1154 1155 1156 |
# File 'sig/types.rbs', line 1154 def vendor_name @vendor_name end |
#versioning_supported ⇒ Boolean
Returns the value of attribute versioning_supported.
1156 1157 1158 |
# File 'sig/types.rbs', line 1156 def versioning_supported @versioning_supported end |