Class: Aws::Types::CloudWatchLogGroupLogDestination
- Inherits:
-
Object
- Object
- Aws::Types::CloudWatchLogGroupLogDestination
- 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_prefix ⇒ ::String
Returns the value of attribute log_prefix.
Instance Attribute Details
#cloud_watch_log_group_arn ⇒ ::String
Returns the value of attribute cloud_watch_log_group_arn.
654 655 656 |
# File 'sig/types.rbs', line 654 def cloud_watch_log_group_arn @cloud_watch_log_group_arn end |
#log_prefix ⇒ ::String
Returns the value of attribute log_prefix.
655 656 657 |
# File 'sig/types.rbs', line 655 def log_prefix @log_prefix end |