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.
4473 4474 4475 4476 4477 |
# File 'lib/aws-sdk-chime/types.rb', line 4473 class GetVoiceConnectorTerminationHealthResponse < Struct.new( :termination_health) SENSITIVE = [] include Aws::Structure end |