Class: Aws::Types::LogsConfig
- Inherits:
-
Object
- Object
- Aws::Types::LogsConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_logs ⇒ Types::CloudWatchLogsConfig
Returns the value of attribute cloud_watch_logs.
-
#s3_logs ⇒ Types::S3LogsConfig
Returns the value of attribute s3_logs.
Instance Attribute Details
#cloud_watch_logs ⇒ Types::CloudWatchLogsConfig
Returns the value of attribute cloud_watch_logs.
859 860 861 |
# File 'sig/types.rbs', line 859 def cloud_watch_logs @cloud_watch_logs end |
#s3_logs ⇒ Types::S3LogsConfig
Returns the value of attribute s3_logs.
860 861 862 |
# File 'sig/types.rbs', line 860 def s3_logs @s3_logs end |