Class: Aws::Types::NewRelicApiKeyConfig

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:api_key])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


1228
1229
1230
# File 'sig/types.rbs', line 1228

def 
  @account_id
end

#alert_policy_ids::Array[::String]

Returns the value of attribute alert_policy_ids.

Returns:

  • (::Array[::String])


1232
1233
1234
# File 'sig/types.rbs', line 1232

def alert_policy_ids
  @alert_policy_ids
end

#api_key::String

Returns the value of attribute api_key.

Returns:

  • (::String)


1227
1228
1229
# File 'sig/types.rbs', line 1227

def api_key
  @api_key
end

#application_ids::Array[::String]

Returns the value of attribute application_ids.

Returns:

  • (::Array[::String])


1230
1231
1232
# File 'sig/types.rbs', line 1230

def application_ids
  @application_ids
end

#entity_guids::Array[::String]

Returns the value of attribute entity_guids.

Returns:

  • (::Array[::String])


1231
1232
1233
# File 'sig/types.rbs', line 1231

def entity_guids
  @entity_guids
end

#region"US", ...

Returns the value of attribute region.

Returns:

  • ("US", "EU", "JP")


1229
1230
1231
# File 'sig/types.rbs', line 1229

def region
  @region
end