Class: Aws::Types::ConnectionOAuthResponseParameters

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_endpoint::String

Returns the value of attribute authorization_endpoint.



162
163
164
# File 'sig/types.rbs', line 162

def authorization_endpoint
  @authorization_endpoint
end

#client_parametersTypes::ConnectionOAuthClientResponseParameters

Returns the value of attribute client_parameters.



161
162
163
# File 'sig/types.rbs', line 161

def client_parameters
  @client_parameters
end

#http_method"GET", ...

Returns the value of attribute http_method.



163
164
165
# File 'sig/types.rbs', line 163

def http_method
  @http_method
end

#o_auth_http_parametersTypes::ConnectionHttpParameters

Returns the value of attribute o_auth_http_parameters.



164
165
166
# File 'sig/types.rbs', line 164

def o_auth_http_parameters
  @o_auth_http_parameters
end