Method: Aws::APIGateway::Types::UsagePlanKey#value
- Defined in:
- lib/aws-sdk-apigateway/types.rb
#value ⇒ String
The value of a usage plan 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 |