Class: Aws::Types::SessionMonitoringConfiguration

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logging_configurationTypes::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_configurationTypes::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_configurationTypes::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