Class: Aws::Types::LoggingConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::LoggingConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#enable_media_metric_logs ⇒ Boolean
Returns the value of attribute enable_media_metric_logs.
-
#enable_sip_logs ⇒ Boolean
Returns the value of attribute enable_sip_logs.
Instance Attribute Details
#enable_media_metric_logs ⇒ Boolean
Returns the value of attribute enable_media_metric_logs.
730 731 732 |
# File 'sig/types.rbs', line 730 def enable_media_metric_logs @enable_media_metric_logs end |
#enable_sip_logs ⇒ Boolean
Returns the value of attribute enable_sip_logs.
729 730 731 |
# File 'sig/types.rbs', line 729 def enable_sip_logs @enable_sip_logs end |