Class: Aws::Types::CreateConnectionOAuthRequestParameters

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)


250
251
252
# File 'sig/types.rbs', line 250

def authorization_endpoint
  @authorization_endpoint
end

#client_parametersTypes::CreateConnectionOAuthClientRequestParameters

Returns the value of attribute client_parameters.



249
250
251
# File 'sig/types.rbs', line 249

def client_parameters
  @client_parameters
end

#http_method"GET", ...

Returns the value of attribute http_method.

Returns:

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


251
252
253
# File 'sig/types.rbs', line 251

def http_method
  @http_method
end

#o_auth_http_parametersTypes::ConnectionHttpParameters

Returns the value of attribute o_auth_http_parameters.



252
253
254
# File 'sig/types.rbs', line 252

def o_auth_http_parameters
  @o_auth_http_parameters
end