Class: Aws::IoTManagedIntegrations::Types::GetManagedThingConnectivityDataResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#connectedBoolean

The connectivity status for a managed thing.

Returns:

  • (Boolean)


2008
2009
2010
2011
2012
2013
2014
2015
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2008

class GetManagedThingConnectivityDataResponse < Struct.new(
  :managed_thing_id,
  :connected,
  :timestamp,
  :disconnect_reason)
  SENSITIVE = []
  include Aws::Structure
end

#disconnect_reasonString

The reason for the connectivity disconnect with the managed thing.

Returns:

  • (String)


2008
2009
2010
2011
2012
2013
2014
2015
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2008

class GetManagedThingConnectivityDataResponse < Struct.new(
  :managed_thing_id,
  :connected,
  :timestamp,
  :disconnect_reason)
  SENSITIVE = []
  include Aws::Structure
end

#managed_thing_idString

The id of a managed thing.

Returns:

  • (String)


2008
2009
2010
2011
2012
2013
2014
2015
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2008

class GetManagedThingConnectivityDataResponse < Struct.new(
  :managed_thing_id,
  :connected,
  :timestamp,
  :disconnect_reason)
  SENSITIVE = []
  include Aws::Structure
end

#timestampTime

The timestamp value of when the connectivity status for a managed thing was last taken.

Returns:

  • (Time)


2008
2009
2010
2011
2012
2013
2014
2015
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2008

class GetManagedThingConnectivityDataResponse < Struct.new(
  :managed_thing_id,
  :connected,
  :timestamp,
  :disconnect_reason)
  SENSITIVE = []
  include Aws::Structure
end