Class: Aws::Types::UpdateConnectionOAuthRequestParameters

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_endpoint::String

Returns the value of attribute authorization_endpoint.

Returns:

  • (::String)


1113
1114
1115
# File 'sig/types.rbs', line 1113

def authorization_endpoint
  @authorization_endpoint
end

#client_parametersTypes::UpdateConnectionOAuthClientRequestParameters

Returns the value of attribute client_parameters.



1112
1113
1114
# File 'sig/types.rbs', line 1112

def client_parameters
  @client_parameters
end

#http_method"GET", ...

Returns the value of attribute http_method.

Returns:

  • ("GET", "POST", "PUT")


1114
1115
1116
# File 'sig/types.rbs', line 1114

def http_method
  @http_method
end

#o_auth_http_parametersTypes::ConnectionHttpParameters

Returns the value of attribute o_auth_http_parameters.



1115
1116
1117
# File 'sig/types.rbs', line 1115

def o_auth_http_parameters
  @o_auth_http_parameters
end