Class: Aws::Types::CreateConnectionOAuthRequestParameters
- Inherits:
-
Object
- Object
- Aws::Types::CreateConnectionOAuthRequestParameters
- 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::CreateConnectionOAuthClientRequestParameters
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.
229 230 231 |
# File 'sig/types.rbs', line 229 def @authorization_endpoint end |
#client_parameters ⇒ Types::CreateConnectionOAuthClientRequestParameters
Returns the value of attribute client_parameters.
228 229 230 |
# File 'sig/types.rbs', line 228 def client_parameters @client_parameters end |
#http_method ⇒ "GET", ...
Returns the value of attribute http_method.
230 231 232 |
# File 'sig/types.rbs', line 230 def http_method @http_method end |
#o_auth_http_parameters ⇒ Types::ConnectionHttpParameters
Returns the value of attribute o_auth_http_parameters.
231 232 233 |
# File 'sig/types.rbs', line 231 def o_auth_http_parameters @o_auth_http_parameters end |