Method: Aws::APIGateway::Types::UpdateApiKeyRequest#api_key
- Defined in:
- lib/aws-sdk-apigateway/types.rb
permalink #api_key ⇒ String
The identifier of the ApiKey resource to be updated.
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 |