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

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

#terminationTypes::Termination

The updated termination setting details.

Returns:


6959
6960
6961
6962
6963
# File 'lib/aws-sdk-chime/types.rb', line 6959

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