Class: Aws::Types::UpdateGlobalSettingsRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGlobalSettingsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#business_calling ⇒ Types::BusinessCallingSettings
Returns the value of attribute business_calling.
-
#voice_connector ⇒ Types::VoiceConnectorSettings
Returns the value of attribute voice_connector.
Instance Attribute Details
#business_calling ⇒ Types::BusinessCallingSettings
Returns the value of attribute business_calling.
861 862 863 |
# File 'sig/types.rbs', line 861 def business_calling @business_calling end |
#voice_connector ⇒ Types::VoiceConnectorSettings
Returns the value of attribute voice_connector.
862 863 864 |
# File 'sig/types.rbs', line 862 def voice_connector @voice_connector end |