Method: Aws::APIGateway::Types::UsagePlanKey#value

Defined in:
lib/aws-sdk-apigateway/types.rb

#valueString

The value of a usage plan key.

Returns:

  • (String)

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