Class: Aws::WAFV2::Types::CreateAPIKeyResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyString

The generated, encrypted API key. You can copy this for use in your JavaScript CAPTCHA integration.

Returns:

  • (String)


1104
1105
1106
1107
1108
# File 'gems/aws-sdk-wafv2/lib/aws-sdk-wafv2/types.rb', line 1104

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