Class: Aws::CloudWatchEvents::Types::ConnectionApiKeyAuthResponseParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvents::Types::ConnectionApiKeyAuthResponseParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevents/types.rb
Overview
Contains the authorization parameters for the connection if API Key is specified as the authorization type.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_key_name ⇒ String
The name of the header to use for the ‘APIKeyValue` used for authorization.
Instance Attribute Details
#api_key_name ⇒ String
The name of the header to use for the ‘APIKeyValue` used for authorization.
408 409 410 411 412 |
# File 'lib/aws-sdk-cloudwatchevents/types.rb', line 408 class ConnectionApiKeyAuthResponseParameters < Struct.new( :api_key_name) SENSITIVE = [] include Aws::Structure end |