Method: Aws::APIGateway::Types::UpdateApiKeyRequest#api_key

Defined in:
lib/aws-sdk-apigateway/types.rb

#api_keyString

The identifier of the ApiKey resource to be updated.

Returns:

  • (String)
[View source]

6621
6622
6623
6624
6625
# File 'lib/aws-sdk-apigateway/types.rb', line 6621

class UpdateApiKeyRequest < Struct.new(
  :api_key,
  :patch_operations)
  include Aws::Structure
end