Class: Aws::Types::UpdateConnectionOAuthRequestParameters
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConnectionOAuthRequestParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#authorization_endpoint ⇒ ::String
Returns the value of attribute authorization_endpoint.
-
#client_parameters ⇒ Types::UpdateConnectionOAuthClientRequestParameters
Returns the value of attribute client_parameters.
-
#http_method ⇒ "GET", ...
Returns the value of attribute http_method.
-
#o_auth_http_parameters ⇒ Types::ConnectionHttpParameters
Returns the value of attribute o_auth_http_parameters.
Instance Attribute Details
#authorization_endpoint ⇒ ::String
Returns the value of attribute authorization_endpoint.
1295 1296 1297 |
# File 'sig/types.rbs', line 1295 def end |
#client_parameters ⇒ Types::UpdateConnectionOAuthClientRequestParameters
Returns the value of attribute client_parameters.
1294 1295 1296 |
# File 'sig/types.rbs', line 1294 def client_parameters @client_parameters end |
#http_method ⇒ "GET", ...
Returns the value of attribute http_method.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def http_method @http_method end |
#o_auth_http_parameters ⇒ Types::ConnectionHttpParameters
Returns the value of attribute o_auth_http_parameters.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def o_auth_http_parameters @o_auth_http_parameters end |