Method: Aws::APIGateway::Types::CreateApiKeyRequest#value

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

#valueString

Specifies a value of the API key.

Returns:

  • (String)

601
602
603
604
605
606
607
608
609
610
# File 'lib/aws-sdk-apigateway/types.rb', line 601

class CreateApiKeyRequest < Struct.new(
  :name,
  :description,
  :enabled,
  :generate_distinct_id,
  :value,
  :stage_keys,
  :customer_id)
  include Aws::Structure
end