Class: Aws::WAFV2::Types::CreateAPIKeyResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFV2::Types::CreateAPIKeyResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_key ⇒ String
The generated, encrypted API key.
Instance Attribute Details
#api_key ⇒ String
The generated, encrypted API key. You can copy this for use in your JavaScript CAPTCHA integration.
1105 1106 1107 1108 1109 |
# File 'lib/aws-sdk-wafv2/types.rb', line 1105 class CreateAPIKeyResponse < Struct.new( :api_key) SENSITIVE = [] include Aws::Structure end |