Method: Aws::APIGateway::Types::UsagePlanKey#type
- Defined in:
- lib/aws-sdk-apigateway/types.rb
permalink #type ⇒ String
The type of a usage plan key. Currently, the valid key type is ‘API_KEY`.
7559 7560 7561 7562 7563 7564 7565 |
# File 'lib/aws-sdk-apigateway/types.rb', line 7559 class UsagePlanKey < Struct.new( :id, :type, :value, :name) include Aws::Structure end |