Method: Aws::APIGateway::Types::GetApiKeyRequest#include_value

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

#include_valueBoolean

A boolean flag to specify whether (‘true`) or not (`false`) the result contains the key value.

Returns:

  • (Boolean)

2743
2744
2745
2746
2747
# File 'lib/aws-sdk-apigateway/types.rb', line 2743

class GetApiKeyRequest < Struct.new(
  :api_key,
  :include_value)
  include Aws::Structure
end