Class: Aws::Chime::Types::UpdateGlobalSettingsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#business_callingTypes::BusinessCallingSettings

The Amazon Chime Business Calling settings.



8481
8482
8483
8484
8485
8486
# File 'lib/aws-sdk-chime/types.rb', line 8481

class UpdateGlobalSettingsRequest < Struct.new(
  :business_calling,
  :voice_connector)
  SENSITIVE = []
  include Aws::Structure
end

#voice_connectorTypes::VoiceConnectorSettings

The Amazon Chime Voice Connector settings.



8481
8482
8483
8484
8485
8486
# File 'lib/aws-sdk-chime/types.rb', line 8481

class UpdateGlobalSettingsRequest < Struct.new(
  :business_calling,
  :voice_connector)
  SENSITIVE = []
  include Aws::Structure
end