Class: Aws::EventBridge::Types::UpdateConnectionOAuthRequestParameters

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

Instance Attribute Details

#authorization_endpointString

The URL to the authorization endpoint when OAuth is specified as the authorization type.

Returns:

  • (String)


4929
4930
4931
4932
4933
4934
4935
4936
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4929

class UpdateConnectionOAuthRequestParameters < Struct.new(
  :client_parameters,
  :authorization_endpoint,
  :http_method,
  :o_auth_http_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#client_parametersTypes::UpdateConnectionOAuthClientRequestParameters

A UpdateConnectionOAuthClientRequestParameters object that contains the client parameters to use for the connection when OAuth is specified as the authorization type.



4929
4930
4931
4932
4933
4934
4935
4936
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4929

class UpdateConnectionOAuthRequestParameters < Struct.new(
  :client_parameters,
  :authorization_endpoint,
  :http_method,
  :o_auth_http_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#http_methodString

The method used to connect to the HTTP endpoint.

Returns:

  • (String)


4929
4930
4931
4932
4933
4934
4935
4936
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4929

class UpdateConnectionOAuthRequestParameters < Struct.new(
  :client_parameters,
  :authorization_endpoint,
  :http_method,
  :o_auth_http_parameters)
  SENSITIVE = []
  include Aws::Structure
end

#o_auth_http_parametersTypes::ConnectionHttpParameters

The additional HTTP parameters used for the OAuth authorization request.



4929
4930
4931
4932
4933
4934
4935
4936
# File 'gems/aws-sdk-eventbridge/lib/aws-sdk-eventbridge/types.rb', line 4929

class UpdateConnectionOAuthRequestParameters < Struct.new(
  :client_parameters,
  :authorization_endpoint,
  :http_method,
  :o_auth_http_parameters)
  SENSITIVE = []
  include Aws::Structure
end