Class: Aws::APIGateway::Types::DeleteApiKeyRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb

Overview

A request to delete the ApiKey resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyString

The identifier of the ApiKey resource to be deleted.

Returns:

  • (String)


1224
1225
1226
1227
1228
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 1224

class DeleteApiKeyRequest < Struct.new(
  :api_key)
  SENSITIVE = []
  include Aws::Structure
end