Class: Aws::CloudWatchEvents::Types::ConnectionAuthResponseParameters

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb

Overview

Contains the authorization parameters to use for the connection.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#api_key_auth_parametersTypes::ConnectionApiKeyAuthResponseParameters

The API Key parameters to use for authorization.



435
436
437
438
439
440
441
442
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 435

class ConnectionAuthResponseParameters < Struct.new(
  :basic_auth_parameters,
  :o_auth_parameters,
  :api_key_auth_parameters,
  :invocation_http_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#basic_auth_parametersTypes::ConnectionBasicAuthResponseParameters

The authorization parameters for Basic authorization.



435
436
437
438
439
440
441
442
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 435

class ConnectionAuthResponseParameters < Struct.new(
  :basic_auth_parameters,
  :o_auth_parameters,
  :api_key_auth_parameters,
  :invocation_http_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#invocation_http_parametersTypes::ConnectionHttpParameters

Additional parameters for the connection that are passed through with every invocation to the HTTP endpoint.



435
436
437
438
439
440
441
442
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 435

class ConnectionAuthResponseParameters < Struct.new(
  :basic_auth_parameters,
  :o_auth_parameters,
  :api_key_auth_parameters,
  :invocation_http_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#o_auth_parametersTypes::ConnectionOAuthResponseParameters

The OAuth parameters to use for authorization.



435
436
437
438
439
440
441
442
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 435

class ConnectionAuthResponseParameters < Struct.new(
  :basic_auth_parameters,
  :o_auth_parameters,
  :api_key_auth_parameters,
  :invocation_http_parameters)
  SENSITIVE = []
  include Aws::Structure
end