Class: Aws::ChimeSDKVoice::Types::PutVoiceConnectorTerminationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#terminationTypes::Termination

The updated termination settings.

Returns:



2733
2734
2735
2736
2737
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 2733

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