Class: Aws::Types::LogConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LogConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#log_destination ⇒ "NONE", ...
Returns the value of attribute log_destination.
-
#log_group_arn ⇒ ::String
Returns the value of attribute log_group_arn.
-
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
Instance Attribute Details
#log_destination ⇒ "NONE", ...
Returns the value of attribute log_destination.
1726 1727 1728 |
# File 'sig/types.rbs', line 1726 def log_destination @log_destination end |
#log_group_arn ⇒ ::String
Returns the value of attribute log_group_arn.
1728 1729 1730 |
# File 'sig/types.rbs', line 1728 def log_group_arn @log_group_arn end |
#s3_bucket_name ⇒ ::String
Returns the value of attribute s3_bucket_name.
1727 1728 1729 |
# File 'sig/types.rbs', line 1727 def s3_bucket_name @s3_bucket_name end |