Class: Aws::ChimeSDKVoice::Types::UpdateGlobalSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::UpdateGlobalSettingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#voice_connector ⇒ Types::VoiceConnectorSettings
The Voice Connector settings.
Instance Attribute Details
#voice_connector ⇒ Types::VoiceConnectorSettings
The Voice Connector settings.
3462 3463 3464 3465 3466 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3462 class UpdateGlobalSettingsRequest < Struct.new( :voice_connector) SENSITIVE = [] include Aws::Structure end |