Class: Aws::Types::NewRelicServiceAuthorizationConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Defined Under Namespace

Classes: ApiKey, Unknown

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#api_keyTypes::NewRelicApiKeyConfig

Returns the value of attribute api_key.



1237
1238
1239
# File 'sig/types.rbs', line 1237

def api_key
  @api_key
end

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


1238
1239
1240
# File 'sig/types.rbs', line 1238

def unknown
  @unknown
end