Class: Aws::Types::UpdateApiKeyRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateApiKeyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_key ⇒ ::String
Returns the value of attribute api_key.
-
#patch_operations ⇒ ::Array[Types::PatchOperation]
Returns the value of attribute patch_operations.
Instance Attribute Details
#api_key ⇒ ::String
Returns the value of attribute api_key.
1358 1359 1360 |
# File 'sig/types.rbs', line 1358 def api_key @api_key end |
#patch_operations ⇒ ::Array[Types::PatchOperation]
Returns the value of attribute patch_operations.
1359 1360 1361 |
# File 'sig/types.rbs', line 1359 def patch_operations @patch_operations end |