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.
1113 1114 1115 |
# File 'sig/types.rbs', line 1113 def @authorization_endpoint end |
#client_parameters ⇒ Types::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.
1114 1115 1116 |
# File 'sig/types.rbs', line 1114 def http_method @http_method end |
#o_auth_http_parameters ⇒ Types::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 |