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.
66 67 68 |
# File 'sig/types.rbs', line 66 def disable_log_types @disable_log_types end |
#enable_log_types ⇒ ::Array[::String]
Returns the value of attribute enable_log_types.
65 66 67 |
# File 'sig/types.rbs', line 65 def enable_log_types @enable_log_types end |