Class: Aws::Types::DeleteRuleGroupRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRuleGroupRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#lock_token ⇒ ::String
Returns the value of attribute lock_token.
-
#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.
418 419 420 |
# File 'sig/types.rbs', line 418 def id @id end |
#lock_token ⇒ ::String
Returns the value of attribute lock_token.
419 420 421 |
# File 'sig/types.rbs', line 419 def lock_token @lock_token end |
#name ⇒ ::String
Returns the value of attribute name.
416 417 418 |
# File 'sig/types.rbs', line 416 def name @name end |
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
417 418 419 |
# File 'sig/types.rbs', line 417 def scope @scope end |