Class: Aws::Chime::Types::GetVoiceConnectorTerminationHealthResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-chime/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#termination_healthTypes::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