Class: Aws::Types::MonitoringOutputConfig
- Inherits:
-
Object
- Object
- Aws::Types::MonitoringOutputConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#monitoring_outputs ⇒ ::Array[Types::MonitoringOutput]
Returns the value of attribute monitoring_outputs.
Instance Attribute Details
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
9392 9393 9394 |
# File 'sig/types.rbs', line 9392 def kms_key_id @kms_key_id end |
#monitoring_outputs ⇒ ::Array[Types::MonitoringOutput]
Returns the value of attribute monitoring_outputs.
9391 9392 9393 |
# File 'sig/types.rbs', line 9391 def monitoring_outputs @monitoring_outputs end |