Class: Aws::Types::SessionMonitoringConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SessionMonitoringConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_logging_configuration ⇒ Types::SessionCloudWatchLoggingConfiguration
Returns the value of attribute cloud_watch_logging_configuration.
-
#managed_logging_configuration ⇒ Types::SessionManagedLoggingConfiguration
Returns the value of attribute managed_logging_configuration.
-
#s3_logging_configuration ⇒ Types::SessionS3LoggingConfiguration
Returns the value of attribute s3_logging_configuration.
Instance Attribute Details
#cloud_watch_logging_configuration ⇒ Types::SessionCloudWatchLoggingConfiguration
Returns the value of attribute cloud_watch_logging_configuration.
1516 1517 1518 |
# File 'sig/types.rbs', line 1516 def cloud_watch_logging_configuration @cloud_watch_logging_configuration end |
#managed_logging_configuration ⇒ Types::SessionManagedLoggingConfiguration
Returns the value of attribute managed_logging_configuration.
1517 1518 1519 |
# File 'sig/types.rbs', line 1517 def managed_logging_configuration @managed_logging_configuration end |
#s3_logging_configuration ⇒ Types::SessionS3LoggingConfiguration
Returns the value of attribute s3_logging_configuration.
1518 1519 1520 |
# File 'sig/types.rbs', line 1518 def s3_logging_configuration @s3_logging_configuration end |