Method: Aws::APIGateway::Types::CreateApiKeyRequest#generate_distinct_id
- Defined in:
- lib/aws-sdk-apigateway/types.rb
#generate_distinct_id ⇒ Boolean
Specifies whether (‘true`) or not (`false`) the key identifier is distinct from the created API key value.
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 |