Class: Aws::Chime::Types::TerminationHealth

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/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)


8053
8054
8055
8056
8057
8058
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 8053

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

#timestampTime

The timestamp, in ISO 8601 format.

Returns:

  • (Time)


8053
8054
8055
8056
8057
8058
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 8053

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