Class: Aws::Types::NewRelicApiKeyConfig
- Inherits:
-
Object
- Object
- Aws::Types::NewRelicApiKeyConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#alert_policy_ids ⇒ ::Array[::String]
Returns the value of attribute alert_policy_ids.
-
#api_key ⇒ ::String
Returns the value of attribute api_key.
-
#application_ids ⇒ ::Array[::String]
Returns the value of attribute application_ids.
-
#entity_guids ⇒ ::Array[::String]
Returns the value of attribute entity_guids.
-
#region ⇒ "US", ...
Returns the value of attribute region.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1228 1229 1230 |
# File 'sig/types.rbs', line 1228 def account_id @account_id end |
#alert_policy_ids ⇒ ::Array[::String]
Returns the value of attribute alert_policy_ids.
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.
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.
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.
1231 1232 1233 |
# File 'sig/types.rbs', line 1231 def entity_guids @entity_guids end |
#region ⇒ "US", ...
Returns the value of attribute region.
1229 1230 1231 |
# File 'sig/types.rbs', line 1229 def region @region end |