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)


2033
2034
2035
2036
2037
2038
2039
2040
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2033

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)


2033
2034
2035
2036
2037
2038
2039
2040
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2033

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)


2033
2034
2035
2036
2037
2038
2039
2040
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2033

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)


2033
2034
2035
2036
2037
2038
2039
2040
# File 'gems/aws-sdk-iotmanagedintegrations/lib/aws-sdk-iotmanagedintegrations/types.rb', line 2033

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