Class: Aws::Chime::Types::PutVoiceConnectorTerminationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#terminationTypes::Termination

The updated termination setting details.

Returns:



7125
7126
7127
7128
7129
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 7125

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