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.
1650 1651 1652 |
# File 'sig/types.rbs', line 1650 def cloud_watch_log @cloud_watch_log end |
#log_type ⇒ "CLOUDWATCH"
Returns the value of attribute log_type.
1649 1650 1651 |
# File 'sig/types.rbs', line 1649 def log_type @log_type end |