Class: Aws::Types::ManagedRuleSet
- Inherits:
-
Object
- Object
- Aws::Types::ManagedRuleSet
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#published_versions ⇒ ::Hash[::String, Types::ManagedRuleSetVersion]
Returns the value of attribute published_versions.
-
#recommended_version ⇒ ::String
Returns the value of attribute recommended_version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
1171 1172 1173 |
# File 'sig/types.rbs', line 1171 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
1169 1170 1171 |
# File 'sig/types.rbs', line 1169 def id @id end |
#label_namespace ⇒ ::String
Returns the value of attribute label_namespace.
1174 1175 1176 |
# File 'sig/types.rbs', line 1174 def label_namespace @label_namespace end |
#name ⇒ ::String
Returns the value of attribute name.
1168 1169 1170 |
# File 'sig/types.rbs', line 1168 def name @name end |
#published_versions ⇒ ::Hash[::String, Types::ManagedRuleSetVersion]
Returns the value of attribute published_versions.
1172 1173 1174 |
# File 'sig/types.rbs', line 1172 def published_versions @published_versions end |
#recommended_version ⇒ ::String
Returns the value of attribute recommended_version.
1173 1174 1175 |
# File 'sig/types.rbs', line 1173 def recommended_version @recommended_version end |