Class: Aws::IoT::Types::GetThingConnectivityDataResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Constant Summary collapse

SENSITIVE =
[:thing_name]

Instance Attribute Summary collapse

Instance Attribute Details

#connectedBoolean

A Boolean that indicates the connectivity status.

Returns:

  • (Boolean)


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_reasonString

The reason why the client is disconnecting.

Returns:

  • (String)


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_nameString

The name of your IoT thing.

Returns:

  • (String)


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

#timestampTime

The timestamp of when the event occurred.

Returns:

  • (Time)


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