Class: Aws::EventBridge::Types::ConnectionApiKeyAuthResponseParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::ConnectionApiKeyAuthResponseParameters
- Defined in:
- gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/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.
435 436 437 438 439 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 435 class ConnectionApiKeyAuthResponseParameters < Struct.new( :api_key_name) SENSITIVE = [] include Aws::Structure end |