Class: Aws::Chime::Types::AssociatePhoneNumbersWithVoiceConnectorGroupRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#e164_phone_numbersArray<String>

List of phone numbers, in E.164 format.

Returns:

  • (Array<String>)


480
481
482
483
484
485
486
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 480

class AssociatePhoneNumbersWithVoiceConnectorGroupRequest < Struct.new(
  :voice_connector_group_id,
  :e164_phone_numbers,
  :force_associate)
  SENSITIVE = []
  include Aws::Structure
end

#force_associateBoolean

If true, associates the provided phone numbers with the provided Amazon Chime Voice Connector Group and removes any previously existing associations. If false, does not associate any phone numbers that have previously existing associations.

Returns:

  • (Boolean)


480
481
482
483
484
485
486
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 480

class AssociatePhoneNumbersWithVoiceConnectorGroupRequest < Struct.new(
  :voice_connector_group_id,
  :e164_phone_numbers,
  :force_associate)
  SENSITIVE = []
  include Aws::Structure
end

#voice_connector_group_idString

The Amazon Chime Voice Connector group ID.

Returns:

  • (String)


480
481
482
483
484
485
486
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 480

class AssociatePhoneNumbersWithVoiceConnectorGroupRequest < Struct.new(
  :voice_connector_group_id,
  :e164_phone_numbers,
  :force_associate)
  SENSITIVE = []
  include Aws::Structure
end