Class: Aws::Types::TextLogSetting
- Inherits:
-
Object
- Object
- Aws::Types::TextLogSetting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ Types::TextLogDestination
Returns the value of attribute destination.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#selective_logging_enabled ⇒ Boolean
Returns the value of attribute selective_logging_enabled.
Instance Attribute Details
#destination ⇒ Types::TextLogDestination
Returns the value of attribute destination.
3465 3466 3467 |
# File 'sig/types.rbs', line 3465 def destination @destination end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
3464 3465 3466 |
# File 'sig/types.rbs', line 3464 def enabled @enabled end |
#selective_logging_enabled ⇒ Boolean
Returns the value of attribute selective_logging_enabled.
3466 3467 3468 |
# File 'sig/types.rbs', line 3466 def selective_logging_enabled @selective_logging_enabled end |