Class: Aws::Types::ExperimentLogConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ExperimentLogConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_logs_configuration ⇒ Types::ExperimentCloudWatchLogsLogConfiguration
Returns the value of attribute cloud_watch_logs_configuration.
-
#log_schema_version ⇒ ::Integer
Returns the value of attribute log_schema_version.
-
#s3_configuration ⇒ Types::ExperimentS3LogConfiguration
Returns the value of attribute s3_configuration.
Instance Attribute Details
#cloud_watch_logs_configuration ⇒ Types::ExperimentCloudWatchLogsLogConfiguration
Returns the value of attribute cloud_watch_logs_configuration.
198 199 200 |
# File 'sig/types.rbs', line 198 def cloud_watch_logs_configuration @cloud_watch_logs_configuration end |
#log_schema_version ⇒ ::Integer
Returns the value of attribute log_schema_version.
200 201 202 |
# File 'sig/types.rbs', line 200 def log_schema_version @log_schema_version end |
#s3_configuration ⇒ Types::ExperimentS3LogConfiguration
Returns the value of attribute s3_configuration.
199 200 201 |
# File 'sig/types.rbs', line 199 def s3_configuration @s3_configuration end |