Class: Aws::ChimeSDKVoice::Types::GetVoiceConnectorTerminationResponse

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 termination setting details.

Returns:



1436
1437
1438
1439
1440
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1436

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