Class: Aws::Types::AudioLogSetting
- Inherits:
-
Object
- Object
- Aws::Types::AudioLogSetting
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#destination ⇒ Types::AudioLogDestination
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::AudioLogDestination
Returns the value of attribute destination.
294 295 296 |
# File 'sig/types.rbs', line 294 def destination @destination end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
293 294 295 |
# File 'sig/types.rbs', line 293 def enabled @enabled end |
#selective_logging_enabled ⇒ Boolean
Returns the value of attribute selective_logging_enabled.
295 296 297 |
# File 'sig/types.rbs', line 295 def selective_logging_enabled @selective_logging_enabled end |