Class: Aws::Types::GetWirelessGatewayResponse

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)


968
969
970
# File 'sig/types.rbs', line 968

def arn
  @arn
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


966
967
968
# File 'sig/types.rbs', line 966

def description
  @description
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


965
966
967
# File 'sig/types.rbs', line 965

def id
  @id
end

#lo_ra_wan ⇒ Types::LoRaWANGateway

Returns the value of attribute lo_ra_wan.



967
968
969
# File 'sig/types.rbs', line 967

def lo_ra_wan
  @lo_ra_wan
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


964
965
966
# File 'sig/types.rbs', line 964

def name
  @name
end

#thing_arn ⇒ ::String

Returns the value of attribute thing_arn.

Returns:

  • (::String)


970
971
972
# File 'sig/types.rbs', line 970

def thing_arn
  @thing_arn
end

#thing_name ⇒ ::String

Returns the value of attribute thing_name.

Returns:

  • (::String)


969
970
971
# File 'sig/types.rbs', line 969

def thing_name
  @thing_name
end