Class: Aws::Types::LogLocation
- Inherits:
-
Object
- Object
- Aws::Types::LogLocation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cloud_watch_log ⇒ Types::CloudWatchLog
Returns the value of attribute cloud_watch_log.
-
#log_type ⇒ "CLOUDWATCH"
Returns the value of attribute log_type.
Instance Attribute Details
#cloud_watch_log ⇒ Types::CloudWatchLog
Returns the value of attribute cloud_watch_log.
1648 1649 1650 |
# File 'sig/types.rbs', line 1648 def cloud_watch_log @cloud_watch_log end |
#log_type ⇒ "CLOUDWATCH"
Returns the value of attribute log_type.
1647 1648 1649 |
# File 'sig/types.rbs', line 1647 def log_type @log_type end |