Class: Aws::Types::DeleteAPIKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAPIKeyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_key ⇒ ::String
Returns the value of attribute api_key.
-
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
Instance Attribute Details
#api_key ⇒ ::String
Returns the value of attribute api_key.
357 358 359 |
# File 'sig/types.rbs', line 357 def api_key @api_key end |
#scope ⇒ "CLOUDFRONT", "REGIONAL"
Returns the value of attribute scope.
356 357 358 |
# File 'sig/types.rbs', line 356 def scope @scope end |