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.
1510 1511 1512 1513 1514 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 1510 class GetVoiceConnectorTerminationHealthResponse < Struct.new( :termination_health) SENSITIVE = [] include Aws::Structure end |