Class: Aws::Chime::Types::GetVoiceConnectorTerminationHealthResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::GetVoiceConnectorTerminationHealthResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/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.
4629 4630 4631 4632 4633 |
# File 'lib/aws-sdk-chime/types.rb', line 4629 class GetVoiceConnectorTerminationHealthResponse < Struct.new( :termination_health) SENSITIVE = [] include Aws::Structure end |