Class: Aws::ChimeSDKVoice::Types::DisassociatePhoneNumbersFromVoiceConnectorGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::DisassociatePhoneNumbersFromVoiceConnectorGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:e164_phone_numbers]
Instance Attribute Summary collapse
-
#e164_phone_numbers ⇒ Array<String>
The list of phone numbers, in E.164 format.
-
#voice_connector_group_id ⇒ String
The Voice Connector group ID.
Instance Attribute Details
#e164_phone_numbers ⇒ Array<String>
The list of phone numbers, in E.164 format.
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_id ⇒ String
The Voice Connector group ID.
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 |