Class: Aws::Types::CreateConnectionOAuthClientRequestParameters
- Inherits:
-
Object
- Object
- Aws::Types::CreateConnectionOAuthClientRequestParameters
- 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.
222 223 224 |
# File 'sig/types.rbs', line 222 def client_id @client_id end |
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
223 224 225 |
# File 'sig/types.rbs', line 223 def client_secret @client_secret end |