Class: Aws::ChimeSDKVoice::Types::GetVoiceConnectorTerminationHealthResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::GetVoiceConnectorTerminationHealthResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkvoice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#termination_health ⇒ Types::TerminationHealth
The termination health details.
Instance Attribute Details
#termination_health ⇒ Types::TerminationHealth
The termination health details.
1412 1413 1414 1415 1416 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1412 class GetVoiceConnectorTerminationHealthResponse < Struct.new( :termination_health) SENSITIVE = [] include Aws::Structure end |