Class: Aws::ChimeSDKVoice::Types::UpdateVoiceConnectorGroupRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#call_distribution_typeString

Returns:

  • (String)


3867
3868
3869
3870
3871
3872
3873
3874
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3867

class UpdateVoiceConnectorGroupRequest < Struct.new(
  :voice_connector_group_id,
  :name,
  :voice_connector_items,
  :call_distribution_type)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the Voice Connector group.

Returns:

  • (String)


3867
3868
3869
3870
3871
3872
3873
3874
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3867

class UpdateVoiceConnectorGroupRequest < Struct.new(
  :voice_connector_group_id,
  :name,
  :voice_connector_items,
  :call_distribution_type)
  SENSITIVE = []
  include Aws::Structure
end

#voice_connector_group_idString

The Voice Connector ID.

Returns:

  • (String)


3867
3868
3869
3870
3871
3872
3873
3874
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3867

class UpdateVoiceConnectorGroupRequest < Struct.new(
  :voice_connector_group_id,
  :name,
  :voice_connector_items,
  :call_distribution_type)
  SENSITIVE = []
  include Aws::Structure
end

#voice_connector_itemsArray<Types::VoiceConnectorItem>

The VoiceConnectorItems to associate with the Voice Connector group.

Returns:



3867
3868
3869
3870
3871
3872
3873
3874
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3867

class UpdateVoiceConnectorGroupRequest < Struct.new(
  :voice_connector_group_id,
  :name,
  :voice_connector_items,
  :call_distribution_type)
  SENSITIVE = []
  include Aws::Structure
end