Class: Aws::Types::Device

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


5418
5419
5420
# File 'sig/types.rbs', line 5418

def description
  @description
end

#device_name::String

Returns the value of attribute device_name.

Returns:

  • (::String)


5417
5418
5419
# File 'sig/types.rbs', line 5417

def device_name
  @device_name
end

#iot_thing_name::String

Returns the value of attribute iot_thing_name.

Returns:

  • (::String)


5419
5420
5421
# File 'sig/types.rbs', line 5419

def iot_thing_name
  @iot_thing_name
end