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)


5414
5415
5416
# File 'sig/types.rbs', line 5414

def description
  @description
end

#device_name::String

Returns the value of attribute device_name.

Returns:

  • (::String)


5413
5414
5415
# File 'sig/types.rbs', line 5413

def device_name
  @device_name
end

#iot_thing_name::String

Returns the value of attribute iot_thing_name.

Returns:

  • (::String)


5415
5416
5417
# File 'sig/types.rbs', line 5415

def iot_thing_name
  @iot_thing_name
end