Class: Aws::Types::ParametricMonitoringConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ParametricMonitoringConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_monitoring_configuration ⇒ Types::ParametricCloudWatchMonitoringConfiguration
Returns the value of attribute cloud_watch_monitoring_configuration.
-
#persistent_app_ui ⇒ ::String
Returns the value of attribute persistent_app_ui.
-
#s3_monitoring_configuration ⇒ Types::ParametricS3MonitoringConfiguration
Returns the value of attribute s3_monitoring_configuration.
Instance Attribute Details
#cloud_watch_monitoring_configuration ⇒ Types::ParametricCloudWatchMonitoringConfiguration
Returns the value of attribute cloud_watch_monitoring_configuration.
520 521 522 |
# File 'sig/types.rbs', line 520 def cloud_watch_monitoring_configuration @cloud_watch_monitoring_configuration end |
#persistent_app_ui ⇒ ::String
Returns the value of attribute persistent_app_ui.
519 520 521 |
# File 'sig/types.rbs', line 519 def persistent_app_ui @persistent_app_ui end |
#s3_monitoring_configuration ⇒ Types::ParametricS3MonitoringConfiguration
Returns the value of attribute s3_monitoring_configuration.
521 522 523 |
# File 'sig/types.rbs', line 521 def s3_monitoring_configuration @s3_monitoring_configuration end |