Class: Aws::Types::CreateApiKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateApiKeyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_id ⇒ ::String
Returns the value of attribute api_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#expires ⇒ ::Integer
Returns the value of attribute expires.
Instance Attribute Details
#api_id ⇒ ::String
Returns the value of attribute api_id.
235 236 237 |
# File 'sig/types.rbs', line 235 def api_id @api_id end |
#description ⇒ ::String
Returns the value of attribute description.
236 237 238 |
# File 'sig/types.rbs', line 236 def description @description end |
#expires ⇒ ::Integer
Returns the value of attribute expires.
237 238 239 |
# File 'sig/types.rbs', line 237 def expires @expires end |