Class: Aws::ChimeSDKVoice::Types::GetVoiceConnectorTerminationHealthResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#termination_healthTypes::TerminationHealth

The termination health details.



1518
1519
1520
1521
1522
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1518

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