Class: Aws::Types::GetManagedRuleSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetManagedRuleSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
617 618 619 |
# File 'sig/types.rbs', line 617 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
615 616 617 |
# File 'sig/types.rbs', line 615 def name @name end |
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
616 617 618 |
# File 'sig/types.rbs', line 616 def scope @scope end |