Class: Aws::Chime::Types::GetVoiceConnectorTerminationResponse

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

Returns:



4653
4654
4655
4656
4657
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 4653

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