Class: Aws::Types::OAuthClientCredentials
- Inherits:
-
Object
- Object
- Aws::Types::OAuthClientCredentials
- 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.
-
#username ⇒ ::String
Returns the value of attribute username.
Instance Attribute Details
#client_id ⇒ ::String
Returns the value of attribute client_id.
8374 8375 8376 |
# File 'sig/types.rbs', line 8374 def client_id @client_id end |
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
8375 8376 8377 |
# File 'sig/types.rbs', line 8375 def client_secret @client_secret end |
#username ⇒ ::String
Returns the value of attribute username.
8376 8377 8378 |
# File 'sig/types.rbs', line 8376 def username @username end |