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