Class: Aws::Types::LogConfigurationType
- Inherits:
-
Object
- Object
- Aws::Types::LogConfigurationType
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_logs_configuration ⇒ Types::CloudWatchLogsConfigurationType
Returns the value of attribute cloud_watch_logs_configuration.
-
#event_source ⇒ "userNotification", "userAuthEvents"
Returns the value of attribute event_source.
-
#firehose_configuration ⇒ Types::FirehoseConfigurationType
Returns the value of attribute firehose_configuration.
-
#log_level ⇒ "ERROR", "INFO"
Returns the value of attribute log_level.
-
#s3_configuration ⇒ Types::S3ConfigurationType
Returns the value of attribute s3_configuration.
Instance Attribute Details
#cloud_watch_logs_configuration ⇒ Types::CloudWatchLogsConfigurationType
Returns the value of attribute cloud_watch_logs_configuration.
1679 1680 1681 |
# File 'sig/types.rbs', line 1679 def cloud_watch_logs_configuration @cloud_watch_logs_configuration end |
#event_source ⇒ "userNotification", "userAuthEvents"
Returns the value of attribute event_source.
1678 1679 1680 |
# File 'sig/types.rbs', line 1678 def event_source @event_source end |
#firehose_configuration ⇒ Types::FirehoseConfigurationType
Returns the value of attribute firehose_configuration.
1681 1682 1683 |
# File 'sig/types.rbs', line 1681 def firehose_configuration @firehose_configuration end |
#log_level ⇒ "ERROR", "INFO"
Returns the value of attribute log_level.
1677 1678 1679 |
# File 'sig/types.rbs', line 1677 def log_level @log_level end |
#s3_configuration ⇒ Types::S3ConfigurationType
Returns the value of attribute s3_configuration.
1680 1681 1682 |
# File 'sig/types.rbs', line 1680 def s3_configuration @s3_configuration end |