Class: Aws::Types::MonitoringConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::MonitoringConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_monitoring_configuration ⇒ Types::CloudWatchMonitoringConfiguration
Returns the value of attribute cloud_watch_monitoring_configuration.
-
#container_log_rotation_configuration ⇒ Types::ContainerLogRotationConfiguration
Returns the value of attribute container_log_rotation_configuration.
-
#managed_logs ⇒ Types::ManagedLogs
Returns the value of attribute managed_logs.
-
#persistent_app_ui ⇒ "ENABLED", "DISABLED"
Returns the value of attribute persistent_app_ui.
-
#s3_monitoring_configuration ⇒ Types::S3MonitoringConfiguration
Returns the value of attribute s3_monitoring_configuration.
Instance Attribute Details
#cloud_watch_monitoring_configuration ⇒ Types::CloudWatchMonitoringConfiguration
Returns the value of attribute cloud_watch_monitoring_configuration.
500 501 502 |
# File 'sig/types.rbs', line 500 def cloud_watch_monitoring_configuration @cloud_watch_monitoring_configuration end |
#container_log_rotation_configuration ⇒ Types::ContainerLogRotationConfiguration
Returns the value of attribute container_log_rotation_configuration.
502 503 504 |
# File 'sig/types.rbs', line 502 def container_log_rotation_configuration @container_log_rotation_configuration end |
#managed_logs ⇒ Types::ManagedLogs
Returns the value of attribute managed_logs.
498 499 500 |
# File 'sig/types.rbs', line 498 def managed_logs @managed_logs end |
#persistent_app_ui ⇒ "ENABLED", "DISABLED"
Returns the value of attribute persistent_app_ui.
499 500 501 |
# File 'sig/types.rbs', line 499 def persistent_app_ui @persistent_app_ui end |
#s3_monitoring_configuration ⇒ Types::S3MonitoringConfiguration
Returns the value of attribute s3_monitoring_configuration.
501 502 503 |
# File 'sig/types.rbs', line 501 def s3_monitoring_configuration @s3_monitoring_configuration end |