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>)


953
954
955
956
957
958
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 953

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)


953
954
955
956
957
958
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 953

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