Class: Aws::IoT::Types::GetThingConnectivityDataResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::GetThingConnectivityDataResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Constant Summary collapse
- SENSITIVE =
[:thing_name]
Instance Attribute Summary collapse
-
#connected ⇒ Boolean
A Boolean that indicates the connectivity status.
-
#disconnect_reason ⇒ String
The reason why the client is disconnecting.
-
#thing_name ⇒ String
The name of your IoT thing.
-
#timestamp ⇒ Time
The timestamp of when the event occurred.
Instance Attribute Details
#connected ⇒ Boolean
A Boolean that indicates the connectivity status.
8707 8708 8709 8710 8711 8712 8713 8714 |
# File 'lib/aws-sdk-iot/types.rb', line 8707 class GetThingConnectivityDataResponse < Struct.new( :thing_name, :connected, :timestamp, :disconnect_reason) SENSITIVE = [:thing_name] include Aws::Structure end |
#disconnect_reason ⇒ String
The reason why the client is disconnecting.
8707 8708 8709 8710 8711 8712 8713 8714 |
# File 'lib/aws-sdk-iot/types.rb', line 8707 class GetThingConnectivityDataResponse < Struct.new( :thing_name, :connected, :timestamp, :disconnect_reason) SENSITIVE = [:thing_name] include Aws::Structure end |
#thing_name ⇒ String
The name of your IoT thing.
8707 8708 8709 8710 8711 8712 8713 8714 |
# File 'lib/aws-sdk-iot/types.rb', line 8707 class GetThingConnectivityDataResponse < Struct.new( :thing_name, :connected, :timestamp, :disconnect_reason) SENSITIVE = [:thing_name] include Aws::Structure end |
#timestamp ⇒ Time
The timestamp of when the event occurred.
8707 8708 8709 8710 8711 8712 8713 8714 |
# File 'lib/aws-sdk-iot/types.rb', line 8707 class GetThingConnectivityDataResponse < Struct.new( :thing_name, :connected, :timestamp, :disconnect_reason) SENSITIVE = [:thing_name] include Aws::Structure end |