Class: Aws::Chime::Types::DisassociatePhoneNumbersFromVoiceConnectorGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::DisassociatePhoneNumbersFromVoiceConnectorGroupRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:e164_phone_numbers]
Instance Attribute Summary collapse
-
#e164_phone_numbers ⇒ Array<String>
List of phone numbers, in E.164 format.
-
#voice_connector_group_id ⇒ String
The Amazon Chime Voice Connector group ID.
Instance Attribute Details
#e164_phone_numbers ⇒ Array<String>
List of phone numbers, in E.164 format.
3425 3426 3427 3428 3429 3430 |
# File 'lib/aws-sdk-chime/types.rb', line 3425 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 Amazon Chime Voice Connector group ID.
3425 3426 3427 3428 3429 3430 |
# File 'lib/aws-sdk-chime/types.rb', line 3425 class DisassociatePhoneNumbersFromVoiceConnectorGroupRequest < Struct.new( :voice_connector_group_id, :e164_phone_numbers) SENSITIVE = [:e164_phone_numbers] include Aws::Structure end |