Class: Aws::Types::ManagedRuleSetSummary
- Inherits:
-
Object
- Object
- Aws::Types::ManagedRuleSetSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#label_namespace ⇒ ::String
Returns the value of attribute label_namespace.
-
#lock_token ⇒ ::String
Returns the value of attribute lock_token.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
1181 1182 1183 |
# File 'sig/types.rbs', line 1181 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1180 1181 1182 |
# File 'sig/types.rbs', line 1180 def id @id end |
#label_namespace ⇒ ::String
Returns the value of attribute label_namespace.
1184 1185 1186 |
# File 'sig/types.rbs', line 1184 def label_namespace @label_namespace end |
#lock_token ⇒ ::String
Returns the value of attribute lock_token.
1182 1183 1184 |
# File 'sig/types.rbs', line 1182 def lock_token @lock_token end |
#name ⇒ ::String
Returns the value of attribute name.
1179 1180 1181 |
# File 'sig/types.rbs', line 1179 def name @name end |