Class: Aws::EventBridge::Types::ConnectionAuthResponseParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::ConnectionAuthResponseParameters
- Defined in:
- gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb
Overview
Contains the authorization parameters to use for the connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#api_key_auth_parameters ⇒ Types::ConnectionApiKeyAuthResponseParameters
The API Key parameters to use for authorization.
-
#basic_auth_parameters ⇒ Types::ConnectionBasicAuthResponseParameters
The authorization parameters for Basic authorization.
-
#invocation_http_parameters ⇒ Types::ConnectionHttpParameters
Additional parameters for the connection that are passed through with every invocation to the HTTP endpoint.
-
#o_auth_parameters ⇒ Types::ConnectionOAuthResponseParameters
The OAuth parameters to use for authorization.
Instance Attribute Details
#api_key_auth_parameters ⇒ Types::ConnectionApiKeyAuthResponseParameters
The API Key parameters to use for authorization.
462 463 464 465 466 467 468 469 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 462 class ConnectionAuthResponseParameters < Struct.new( :basic_auth_parameters, :o_auth_parameters, :api_key_auth_parameters, :invocation_http_parameters) SENSITIVE = [] include Aws::Structure end |
#basic_auth_parameters ⇒ Types::ConnectionBasicAuthResponseParameters
The authorization parameters for Basic authorization.
462 463 464 465 466 467 468 469 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 462 class ConnectionAuthResponseParameters < Struct.new( :basic_auth_parameters, :o_auth_parameters, :api_key_auth_parameters, :invocation_http_parameters) SENSITIVE = [] include Aws::Structure end |
#invocation_http_parameters ⇒ Types::ConnectionHttpParameters
Additional parameters for the connection that are passed through with every invocation to the HTTP endpoint.
462 463 464 465 466 467 468 469 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 462 class ConnectionAuthResponseParameters < Struct.new( :basic_auth_parameters, :o_auth_parameters, :api_key_auth_parameters, :invocation_http_parameters) SENSITIVE = [] include Aws::Structure end |
#o_auth_parameters ⇒ Types::ConnectionOAuthResponseParameters
The OAuth parameters to use for authorization.
462 463 464 465 466 467 468 469 |
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 462 class ConnectionAuthResponseParameters < Struct.new( :basic_auth_parameters, :o_auth_parameters, :api_key_auth_parameters, :invocation_http_parameters) SENSITIVE = [] include Aws::Structure end |