Class: Aws::APIGateway::Types::DeleteApiKeyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::DeleteApiKeyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
A request to delete the ApiKey resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_key ⇒ String
The identifier of the ApiKey resource to be deleted.
Instance Attribute Details
#api_key ⇒ String
The identifier of the ApiKey resource to be deleted.
1224 1225 1226 1227 1228 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1224 class DeleteApiKeyRequest < Struct.new( :api_key) SENSITIVE = [] include Aws::Structure end |