Class: Aws::Types::CloudwatchLogsExportConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::CloudwatchLogsExportConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#disable_log_types ⇒ ::Array[::String]
Returns the value of attribute disable_log_types.
-
#enable_log_types ⇒ ::Array[::String]
Returns the value of attribute enable_log_types.
Instance Attribute Details
#disable_log_types ⇒ ::Array[::String]
Returns the value of attribute disable_log_types.
219 220 221 |
# File 'sig/types.rbs', line 219 def disable_log_types @disable_log_types end |
#enable_log_types ⇒ ::Array[::String]
Returns the value of attribute enable_log_types.
218 219 220 |
# File 'sig/types.rbs', line 218 def enable_log_types @enable_log_types end |