Class: Aws::APIGateway::Types::GetApiKeyRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb

Overview

A request to get information about the current ApiKey resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyString

The identifier of the ApiKey resource.

Returns:

  • (String)


2332
2333
2334
2335
2336
2337
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2332

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

#include_valueBoolean

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

Returns:

  • (Boolean)


2332
2333
2334
2335
2336
2337
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 2332

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