Class: Aws::CloudWatchEvents::Types::ConnectionOAuthResponseParameters

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

Overview

Contains the response parameters when OAuth is specified as the authorization type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_endpointString

The URL to the HTTP endpoint that authorized the request.

Returns:

  • (String)


575
576
577
578
579
580
581
582
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 575

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

#client_parametersTypes::ConnectionOAuthClientResponseParameters

A ConnectionOAuthClientResponseParameters object that contains details about the client parameters returned when OAuth is specified as the authorization type.



575
576
577
578
579
580
581
582
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 575

class ConnectionOAuthResponseParameters < 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)


575
576
577
578
579
580
581
582
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 575

class ConnectionOAuthResponseParameters < 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.



575
576
577
578
579
580
581
582
# File 'gems/aws-sdk-cloudwatchevents/lib/aws-sdk-cloudwatchevents/types.rb', line 575

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