Class: Aws::Types::GetWirelessDeviceResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


914
915
916
# File 'sig/types.rbs', line 914

def arn
  @arn
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


911
912
913
# File 'sig/types.rbs', line 911

def description
  @description
end

#destination_name ⇒ ::String

Returns the value of attribute destination_name.

Returns:

  • (::String)


912
913
914
# File 'sig/types.rbs', line 912

def destination_name
  @destination_name
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


913
914
915
# File 'sig/types.rbs', line 913

def id
  @id
end

#lo_ra_wan ⇒ Types::LoRaWANDevice

Returns the value of attribute lo_ra_wan.



917
918
919
# File 'sig/types.rbs', line 917

def lo_ra_wan
  @lo_ra_wan
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


910
911
912
# File 'sig/types.rbs', line 910

def name
  @name
end

#positioning ⇒ "Enabled", "Disabled"

Returns the value of attribute positioning.

Returns:

  • ("Enabled", "Disabled")


919
920
921
# File 'sig/types.rbs', line 919

def positioning
  @positioning
end

#sidewalk ⇒ Types::SidewalkDevice

Returns the value of attribute sidewalk.



918
919
920
# File 'sig/types.rbs', line 918

def sidewalk
  @sidewalk
end

#thing_arn ⇒ ::String

Returns the value of attribute thing_arn.

Returns:

  • (::String)


916
917
918
# File 'sig/types.rbs', line 916

def thing_arn
  @thing_arn
end

#thing_name ⇒ ::String

Returns the value of attribute thing_name.

Returns:

  • (::String)


915
916
917
# File 'sig/types.rbs', line 915

def thing_name
  @thing_name
end

#type ⇒ "Sidewalk", "LoRaWAN"

Returns the value of attribute type.

Returns:

  • ("Sidewalk", "LoRaWAN")


909
910
911
# File 'sig/types.rbs', line 909

def type
  @type
end