Class: Aws::Types::DeleteRegexPatternSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteRegexPatternSetRequest
- 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.
407 408 409 |
# File 'sig/types.rbs', line 407 def id @id end |
#lock_token ⇒ ::String
Returns the value of attribute lock_token.
408 409 410 |
# File 'sig/types.rbs', line 408 def lock_token @lock_token end |
#name ⇒ ::String
Returns the value of attribute name.
405 406 407 |
# File 'sig/types.rbs', line 405 def name @name end |
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
406 407 408 |
# File 'sig/types.rbs', line 406 def scope @scope end |