Method: Aws::APIGateway::Types::UsagePlanKey#name

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

#nameString

The name of a usage plan key.

Returns:

  • (String)
[View source]

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