Class: Aws::Types::DynatraceOAuthClientCredentialsConfig
- Inherits:
-
Object
- Object
- Aws::Types::DynatraceOAuthClientCredentialsConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_id ⇒ ::String
Returns the value of attribute client_id.
-
#client_name ⇒ ::String
Returns the value of attribute client_name.
-
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
-
#exchange_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute exchange_parameters.
Instance Attribute Details
#client_id ⇒ ::String
Returns the value of attribute client_id.
511 512 513 |
# File 'sig/types.rbs', line 511 def client_id @client_id end |
#client_name ⇒ ::String
Returns the value of attribute client_name.
510 511 512 |
# File 'sig/types.rbs', line 510 def client_name @client_name end |
#client_secret ⇒ ::String
Returns the value of attribute client_secret.
513 514 515 |
# File 'sig/types.rbs', line 513 def client_secret @client_secret end |
#exchange_parameters ⇒ ::Hash[::String, ::String]
Returns the value of attribute exchange_parameters.
512 513 514 |
# File 'sig/types.rbs', line 512 def exchange_parameters @exchange_parameters end |