Class: Aws::Types::UpdateConnectionOAuthClientRequestParameters
- Inherits:
-
Object
- Object
- Aws::Types::UpdateConnectionOAuthClientRequestParameters
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
Instance Attribute Details
#client_id ⇒ ::String
Returns the value of attribute client_id.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def client_id @client_id end |
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def client_secret @client_secret end |