Class: Aws::ChimeSDKVoice::Types::TerminationHealth
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKVoice::Types::TerminationHealth
- Includes:
- Structure
- Defined in:
- 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
-
#source ⇒ String
The source IP address.
-
#timestamp ⇒ Time
The timestamp, in ISO 8601 format.
Instance Attribute Details
#source ⇒ String
The source IP address.
3414 3415 3416 3417 3418 3419 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3414 class TerminationHealth < Struct.new( :timestamp, :source) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
The timestamp, in ISO 8601 format.
3414 3415 3416 3417 3418 3419 |
# File 'lib/aws-sdk-chimesdkvoice/types.rb', line 3414 class TerminationHealth < Struct.new( :timestamp, :source) SENSITIVE = [] include Aws::Structure end |