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.
1647 1648 1649 |
# File 'sig/types.rbs', line 1647 def cloud_watch_logs_configuration @cloud_watch_logs_configuration end |
#event_source ⇒ "userNotification", "userAuthEvents"
Returns the value of attribute event_source.
1646 1647 1648 |
# File 'sig/types.rbs', line 1646 def event_source @event_source end |
#firehose_configuration ⇒ Types::FirehoseConfigurationType
Returns the value of attribute firehose_configuration.
1649 1650 1651 |
# File 'sig/types.rbs', line 1649 def firehose_configuration @firehose_configuration end |
#log_level ⇒ "ERROR", "INFO"
Returns the value of attribute log_level.
1645 1646 1647 |
# File 'sig/types.rbs', line 1645 def log_level @log_level end |
#s3_configuration ⇒ Types::S3ConfigurationType
Returns the value of attribute s3_configuration.
1648 1649 1650 |
# File 'sig/types.rbs', line 1648 def s3_configuration @s3_configuration end |