Class: Aws::Types::UpdateWirelessGatewayTaskEntry
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWirelessGatewayTaskEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#lo_ra_wan ⇒ Types::LoRaWANUpdateGatewayTaskEntry
Returns the value of attribute lo_ra_wan.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
2289 2290 2291 |
# File 'sig/types.rbs', line 2289 def arn @arn end |
#id ⇒ ::String
Returns the value of attribute id.
2287 2288 2289 |
# File 'sig/types.rbs', line 2287 def id @id end |
#lo_ra_wan ⇒ Types::LoRaWANUpdateGatewayTaskEntry
Returns the value of attribute lo_ra_wan.
2288 2289 2290 |
# File 'sig/types.rbs', line 2288 def lo_ra_wan @lo_ra_wan end |