Class: Aws::Types::DescribeManagedRuleGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeManagedRuleGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
-
#vendor_name ⇒ ::String
Returns the value of attribute vendor_name.
-
#version_name ⇒ ::String
Returns the value of attribute version_name.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
460 461 462 |
# File 'sig/types.rbs', line 460 def name @name end |
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
461 462 463 |
# File 'sig/types.rbs', line 461 def scope @scope end |
#vendor_name ⇒ ::String
Returns the value of attribute vendor_name.
459 460 461 |
# File 'sig/types.rbs', line 459 def vendor_name @vendor_name end |
#version_name ⇒ ::String
Returns the value of attribute version_name.
462 463 464 |
# File 'sig/types.rbs', line 462 def version_name @version_name end |