Class: Aws::Types::LoRaWANGatewayVersion
- Inherits:
-
Object
- Object
- Aws::Types::LoRaWANGatewayVersion
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#model ⇒ ::String
Returns the value of attribute model.
-
#package_version ⇒ ::String
Returns the value of attribute package_version.
-
#station ⇒ ::String
Returns the value of attribute station.
Instance Attribute Details
#model ⇒ ::String
Returns the value of attribute model.
1416 1417 1418 |
# File 'sig/types.rbs', line 1416 def model @model end |
#package_version ⇒ ::String
Returns the value of attribute package_version.
1415 1416 1417 |
# File 'sig/types.rbs', line 1415 def package_version @package_version end |
#station ⇒ ::String
Returns the value of attribute station.
1417 1418 1419 |
# File 'sig/types.rbs', line 1417 def station @station end |