Class: Aws::EventBridge::Types::UpdateConnectionOAuthRequestParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridge::Types::UpdateConnectionOAuthRequestParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-eventbridge/types.rb
Overview
Contains the OAuth request parameters to use for the connection.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#authorization_endpoint ⇒ String
The URL to the authorization endpoint when OAuth is specified as the authorization type.
-
#client_parameters ⇒ Types::UpdateConnectionOAuthClientRequestParameters
A ‘UpdateConnectionOAuthClientRequestParameters` object that contains the client parameters to use for the connection when OAuth is specified as the authorization type.
-
#http_method ⇒ String
The method used to connect to the HTTP endpoint.
-
#o_auth_http_parameters ⇒ Types::ConnectionHttpParameters
The additional HTTP parameters used for the OAuth authorization request.
Instance Attribute Details
#authorization_endpoint ⇒ String
The URL to the authorization endpoint when OAuth is specified as the authorization type.
5137 5138 5139 5140 5141 5142 5143 5144 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 5137 class UpdateConnectionOAuthRequestParameters < Struct.new( :client_parameters, :authorization_endpoint, :http_method, :o_auth_http_parameters) SENSITIVE = [] include Aws::Structure end |
#client_parameters ⇒ Types::UpdateConnectionOAuthClientRequestParameters
A ‘UpdateConnectionOAuthClientRequestParameters` object that contains the client parameters to use for the connection when OAuth is specified as the authorization type.
5137 5138 5139 5140 5141 5142 5143 5144 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 5137 class UpdateConnectionOAuthRequestParameters < Struct.new( :client_parameters, :authorization_endpoint, :http_method, :o_auth_http_parameters) SENSITIVE = [] include Aws::Structure end |
#http_method ⇒ String
The method used to connect to the HTTP endpoint.
5137 5138 5139 5140 5141 5142 5143 5144 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 5137 class UpdateConnectionOAuthRequestParameters < Struct.new( :client_parameters, :authorization_endpoint, :http_method, :o_auth_http_parameters) SENSITIVE = [] include Aws::Structure end |
#o_auth_http_parameters ⇒ Types::ConnectionHttpParameters
The additional HTTP parameters used for the OAuth authorization request.
5137 5138 5139 5140 5141 5142 5143 5144 |
# File 'lib/aws-sdk-eventbridge/types.rb', line 5137 class UpdateConnectionOAuthRequestParameters < Struct.new( :client_parameters, :authorization_endpoint, :http_method, :o_auth_http_parameters) SENSITIVE = [] include Aws::Structure end |