Class: Aws::Types::UpdateApiKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApiKeyRequest
- 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.
-
#id ⇒ ::String
Returns the value of attribute id.
Instance Attribute Details
#api_id ⇒ ::String
Returns the value of attribute api_id.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def api_id @api_id end |
#description ⇒ ::String
Returns the value of attribute description.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def description @description end |
#expires ⇒ ::Integer
Returns the value of attribute expires.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def expires @expires end |
#id ⇒ ::String
Returns the value of attribute id.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def id @id end |