Method: Aws::APIGateway::Types::DeleteApiKeyRequest#api_key
- Defined in:
- lib/aws-sdk-apigateway/types.rb
#api_key ⇒ String
The identifier of the ApiKey resource to be deleted.
1427 1428 1429 1430 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1427 class DeleteApiKeyRequest < Struct.new( :api_key) include Aws::Structure end |