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_log_configuration ⇒ Types::CloudWatchLogConfiguration
Returns the value of attribute cloud_watch_log_configuration.
-
#s3_logging_configuration ⇒ Types::S3LoggingConfiguration
Returns the value of attribute s3_logging_configuration.
Instance Attribute Details
#cloud_watch_log_configuration ⇒ Types::CloudWatchLogConfiguration
Returns the value of attribute cloud_watch_log_configuration.
1164 1165 1166 |
# File 'sig/types.rbs', line 1164 def cloud_watch_log_configuration @cloud_watch_log_configuration end |
#s3_logging_configuration ⇒ Types::S3LoggingConfiguration
Returns the value of attribute s3_logging_configuration.
1165 1166 1167 |
# File 'sig/types.rbs', line 1165 def s3_logging_configuration @s3_logging_configuration end |