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.
1264 1265 1266 1267 1268 |
# File 'lib/aws-sdk-apigateway/types.rb', line 1264 class DeleteApiKeyRequest < Struct.new( :api_key) SENSITIVE = [] include Aws::Structure end |