Class: Aws::CloudWatchEvents::Types::ConnectionApiKeyAuthResponseParameters

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevents/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

Instance Attribute Details

#api_key_nameString

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

Returns:

  • (String)


408
409
410
411
412
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 408

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