Class: Aws::Types::DatadogConnectorProfileCredentials
- Inherits:
-
Object
- Object
- Aws::Types::DatadogConnectorProfileCredentials
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_key ⇒ ::String
Returns the value of attribute api_key.
-
#application_key ⇒ ::String
Returns the value of attribute application_key.
Instance Attribute Details
#api_key ⇒ ::String
Returns the value of attribute api_key.
398 399 400 |
# File 'sig/types.rbs', line 398 def api_key @api_key end |
#application_key ⇒ ::String
Returns the value of attribute application_key.
399 400 401 |
# File 'sig/types.rbs', line 399 def application_key @application_key end |