Class: Aws::Types::DeleteApiKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteApiKeyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#api_id ⇒ ::String
Returns the value of attribute api_id.
453 454 455 |
# File 'sig/types.rbs', line 453 def api_id @api_id end |
#id ⇒ ::String
Returns the value of attribute id.
454 455 456 |
# File 'sig/types.rbs', line 454 def id @id end |