Class: Aws::ChimeSDKVoice::Types::TerminationHealth

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb

Overview

The termination health details, including the source IP address and timestamp of the last successful SIP OPTIONS message from your SIP infrastructure.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sourceString

The source IP address.

Returns:

  • (String)


3414
3415
3416
3417
3418
3419
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3414

class TerminationHealth < Struct.new(
  :timestamp,
  :source)
  SENSITIVE = []
  include Aws::Structure
end

#timestampTime

The timestamp, in ISO 8601 format.

Returns:

  • (Time)


3414
3415
3416
3417
3418
3419
# File 'gems/aws-sdk-chimesdkvoice/lib/aws-sdk-chimesdkvoice/types.rb', line 3414

class TerminationHealth < Struct.new(
  :timestamp,
  :source)
  SENSITIVE = []
  include Aws::Structure
end