Class: Aws::ChimeSDKVoice::Types::DisassociatePhoneNumbersFromVoiceConnectorGroupRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:e164_phone_numbers]

Instance Attribute Summary collapse

Instance Attribute Details

#e164_phone_numbersArray<String>

The list of phone numbers, in E.164 format.

Returns:

  • (Array<String>)


901
902
903
904
905
906
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 901

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

#voice_connector_group_idString

The Voice Connector group ID.

Returns:

  • (String)


901
902
903
904
905
906
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 901

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