Class: Aws::Types::DeleteIPSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteIPSetRequest
- 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.
378 379 380 |
# File 'sig/types.rbs', line 378 def id @id end |
#lock_token ⇒ ::String
Returns the value of attribute lock_token.
379 380 381 |
# File 'sig/types.rbs', line 379 def lock_token @lock_token end |
#name ⇒ ::String
Returns the value of attribute name.
376 377 378 |
# File 'sig/types.rbs', line 376 def name @name end |
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
377 378 379 |
# File 'sig/types.rbs', line 377 def scope @scope end |