Class: Aws::Chime::Types::TerminationHealth
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::TerminationHealth
- 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
-
#source ⇒ String
The source IP address.
-
#timestamp ⇒ Time
The timestamp, in ISO 8601 format.
Instance Attribute Details
#source ⇒ String
The source IP address.
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 |
#timestamp ⇒ Time
The timestamp, in ISO 8601 format.
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 |