Class: Aws::Types::NewRelicServiceAuthorizationConfig
- Inherits:
-
Object
- Object
- Aws::Types::NewRelicServiceAuthorizationConfig
- Defined in:
- sig/types.rbs
Defined Under Namespace
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#api_key ⇒ Types::NewRelicApiKeyConfig
Returns the value of attribute api_key.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
Instance Attribute Details
#api_key ⇒ Types::NewRelicApiKeyConfig
Returns the value of attribute api_key.
1237 1238 1239 |
# File 'sig/types.rbs', line 1237 def api_key @api_key end |
#unknown ⇒ Object
Returns the value of attribute unknown.
1238 1239 1240 |
# File 'sig/types.rbs', line 1238 def unknown @unknown end |