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.



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