Class: Aws::Chime::Types::DeleteVoiceConnectorEmergencyCallingConfigurationRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#voice_connector_idString

The Amazon Chime Voice Connector ID.

Returns:

  • (String)


3019
3020
3021
3022
3023
# File 'lib/aws-sdk-chime/types.rb', line 3019

class DeleteVoiceConnectorEmergencyCallingConfigurationRequest < Struct.new(
  :voice_connector_id)
  SENSITIVE = []
  include Aws::Structure
end