Class: Aws::Types::DeviceSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_version::String

Returns the value of attribute agent_version.

Returns:

  • (::String)


5465
5466
5467
# File 'sig/types.rbs', line 5465

def agent_version
  @agent_version
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


5459
5460
5461
# File 'sig/types.rbs', line 5459

def description
  @description
end

#device_arn::String

Returns the value of attribute device_arn.

Returns:

  • (::String)


5458
5459
5460
# File 'sig/types.rbs', line 5458

def device_arn
  @device_arn
end

#device_fleet_name::String

Returns the value of attribute device_fleet_name.

Returns:

  • (::String)


5460
5461
5462
# File 'sig/types.rbs', line 5460

def device_fleet_name
  @device_fleet_name
end

#device_name::String

Returns the value of attribute device_name.

Returns:

  • (::String)


5457
5458
5459
# File 'sig/types.rbs', line 5457

def device_name
  @device_name
end

#iot_thing_name::String

Returns the value of attribute iot_thing_name.

Returns:

  • (::String)


5461
5462
5463
# File 'sig/types.rbs', line 5461

def iot_thing_name
  @iot_thing_name
end

#latest_heartbeat::Time

Returns the value of attribute latest_heartbeat.

Returns:

  • (::Time)


5463
5464
5465
# File 'sig/types.rbs', line 5463

def latest_heartbeat
  @latest_heartbeat
end

#models::Array[Types::EdgeModelSummary]

Returns the value of attribute models.

Returns:



5464
5465
5466
# File 'sig/types.rbs', line 5464

def models
  @models
end

#registration_time::Time

Returns the value of attribute registration_time.

Returns:

  • (::Time)


5462
5463
5464
# File 'sig/types.rbs', line 5462

def registration_time
  @registration_time
end