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

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

#termination_healthTypes::TerminationHealth

The termination health details.



1412
1413
1414
1415
1416
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 1412

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