Class: Aws::Types::UpdateFuotaTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFuotaTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#descriptor ⇒ ::String
Returns the value of attribute descriptor.
-
#firmware_update_image ⇒ ::String
Returns the value of attribute firmware_update_image.
-
#firmware_update_role ⇒ ::String
Returns the value of attribute firmware_update_role.
-
#fragment_interval_ms ⇒ ::Integer
Returns the value of attribute fragment_interval_ms.
-
#fragment_size_bytes ⇒ ::Integer
Returns the value of attribute fragment_size_bytes.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#lo_ra_wan ⇒ Types::LoRaWANFuotaTask
Returns the value of attribute lo_ra_wan.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#redundancy_percent ⇒ ::Integer
Returns the value of attribute redundancy_percent.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2138 2139 2140 |
# File 'sig/types.rbs', line 2138 def description @description end |
#descriptor ⇒ ::String
Returns the value of attribute descriptor.
2145 2146 2147 |
# File 'sig/types.rbs', line 2145 def descriptor @descriptor end |
#firmware_update_image ⇒ ::String
Returns the value of attribute firmware_update_image.
2140 2141 2142 |
# File 'sig/types.rbs', line 2140 def firmware_update_image @firmware_update_image end |
#firmware_update_role ⇒ ::String
Returns the value of attribute firmware_update_role.
2141 2142 2143 |
# File 'sig/types.rbs', line 2141 def firmware_update_role @firmware_update_role end |
#fragment_interval_ms ⇒ ::Integer
Returns the value of attribute fragment_interval_ms.
2144 2145 2146 |
# File 'sig/types.rbs', line 2144 def fragment_interval_ms @fragment_interval_ms end |
#fragment_size_bytes ⇒ ::Integer
Returns the value of attribute fragment_size_bytes.
2143 2144 2145 |
# File 'sig/types.rbs', line 2143 def fragment_size_bytes @fragment_size_bytes end |
#id ⇒ ::String
Returns the value of attribute id.
2136 2137 2138 |
# File 'sig/types.rbs', line 2136 def id @id end |
#lo_ra_wan ⇒ Types::LoRaWANFuotaTask
Returns the value of attribute lo_ra_wan.
2139 2140 2141 |
# File 'sig/types.rbs', line 2139 def lo_ra_wan @lo_ra_wan end |
#name ⇒ ::String
Returns the value of attribute name.
2137 2138 2139 |
# File 'sig/types.rbs', line 2137 def name @name end |
#redundancy_percent ⇒ ::Integer
Returns the value of attribute redundancy_percent.
2142 2143 2144 |
# File 'sig/types.rbs', line 2142 def redundancy_percent @redundancy_percent end |