Class: Aws::Types::GetWirelessGatewayResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetWirelessGatewayResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#lo_ra_wan ⇒ Types::LoRaWANGateway
Returns the value of attribute lo_ra_wan.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#thing_arn ⇒ ::String
Returns the value of attribute thing_arn.
-
#thing_name ⇒ ::String
Returns the value of attribute thing_name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
968 969 970 |
# File 'sig/types.rbs', line 968 def arn @arn end |
#description ⇒ ::String
Returns the value of attribute description.
966 967 968 |
# File 'sig/types.rbs', line 966 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
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.
964 965 966 |
# File 'sig/types.rbs', line 964 def name @name end |
#thing_arn ⇒ ::String
Returns the value of attribute thing_arn.
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.
969 970 971 |
# File 'sig/types.rbs', line 969 def thing_name @thing_name end |