Class: Aws::EventBridge::Types::ConnectionApiKeyAuthResponseParameters

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#api_key_nameString

The name of the header to use for the APIKeyValue used for authorization.

Returns:

  • (String)


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