Class: Aws::Types::ApiKeyCredentials
- Inherits:
-
Object
- Object
- Aws::Types::ApiKeyCredentials
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_key ⇒ ::String
Returns the value of attribute api_key.
-
#api_secret_key ⇒ ::String
Returns the value of attribute api_secret_key.
Instance Attribute Details
#api_key ⇒ ::String
Returns the value of attribute api_key.
40 41 42 |
# File 'sig/types.rbs', line 40 def api_key @api_key end |
#api_secret_key ⇒ ::String
Returns the value of attribute api_secret_key.
41 42 43 |
# File 'sig/types.rbs', line 41 def api_secret_key @api_secret_key end |