Class: Aws::Types::LoggingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LoggingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_log_group_arn ⇒ ::String
Returns the value of attribute cloud_watch_log_group_arn.
-
#log_schema_version ⇒ ::String
Returns the value of attribute log_schema_version.
-
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
Instance Attribute Details
#cloud_watch_log_group_arn ⇒ ::String
Returns the value of attribute cloud_watch_log_group_arn.
940 941 942 |
# File 'sig/types.rbs', line 940 def cloud_watch_log_group_arn @cloud_watch_log_group_arn end |
#log_schema_version ⇒ ::String
Returns the value of attribute log_schema_version.
941 942 943 |
# File 'sig/types.rbs', line 941 def log_schema_version @log_schema_version end |
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
939 940 941 |
# File 'sig/types.rbs', line 939 def s3_bucket_name @s3_bucket_name end |