Class: Aws::Types::UpdateApiKeyRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_key::String

Returns the value of attribute api_key.

Returns:

  • (::String)


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.

Returns:



1359
1360
1361
# File 'sig/types.rbs', line 1359

def patch_operations
  @patch_operations
end