Class: Aws::Types::AmplitudeConnectorProfileCredentials
- Inherits:
-
Object
- Object
- Aws::Types::AmplitudeConnectorProfileCredentials
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_key ⇒ ::String
Returns the value of attribute api_key.
-
#secret_key ⇒ ::String
Returns the value of attribute secret_key.
Instance Attribute Details
#api_key ⇒ ::String
Returns the value of attribute api_key.
23 24 25 |
# File 'sig/types.rbs', line 23 def api_key @api_key end |
#secret_key ⇒ ::String
Returns the value of attribute secret_key.
24 25 26 |
# File 'sig/types.rbs', line 24 def secret_key @secret_key end |