Class: Aws::Types::StartFuotaTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartFuotaTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#id ⇒ ::String
Returns the value of attribute id.
-
#lo_ra_wan ⇒ Types::LoRaWANStartFuotaTask
Returns the value of attribute lo_ra_wan.
Instance Attribute Details
#id ⇒ ::String
Returns the value of attribute id.
1937 1938 1939 |
# File 'sig/types.rbs', line 1937 def id @id end |
#lo_ra_wan ⇒ Types::LoRaWANStartFuotaTask
Returns the value of attribute lo_ra_wan.
1938 1939 1940 |
# File 'sig/types.rbs', line 1938 def lo_ra_wan @lo_ra_wan end |