Class: Aws::Types::PutVoiceConnectorLoggingConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutVoiceConnectorLoggingConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#logging_configuration ⇒ Types::LoggingConfiguration
Returns the value of attribute logging_configuration.
-
#voice_connector_id ⇒ ::String
Returns the value of attribute voice_connector_id.
Instance Attribute Details
#logging_configuration ⇒ Types::LoggingConfiguration
Returns the value of attribute logging_configuration.
904 905 906 |
# File 'sig/types.rbs', line 904 def logging_configuration @logging_configuration end |
#voice_connector_id ⇒ ::String
Returns the value of attribute voice_connector_id.
903 904 905 |
# File 'sig/types.rbs', line 903 def voice_connector_id @voice_connector_id end |