Class: Aws::Types::UpdateWirelessGatewayTaskCreate
- Inherits:
-
Object
- Object
- Aws::Types::UpdateWirelessGatewayTaskCreate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lo_ra_wan ⇒ Types::LoRaWANUpdateGatewayTaskCreate
Returns the value of attribute lo_ra_wan.
-
#update_data_role ⇒ ::String
Returns the value of attribute update_data_role.
-
#update_data_source ⇒ ::String
Returns the value of attribute update_data_source.
Instance Attribute Details
#lo_ra_wan ⇒ Types::LoRaWANUpdateGatewayTaskCreate
Returns the value of attribute lo_ra_wan.
2282 2283 2284 |
# File 'sig/types.rbs', line 2282 def lo_ra_wan @lo_ra_wan end |
#update_data_role ⇒ ::String
Returns the value of attribute update_data_role.
2281 2282 2283 |
# File 'sig/types.rbs', line 2281 def update_data_role @update_data_role end |
#update_data_source ⇒ ::String
Returns the value of attribute update_data_source.
2280 2281 2282 |
# File 'sig/types.rbs', line 2280 def update_data_source @update_data_source end |