Class: Aws::Types::CreateFuotaTaskRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFuotaTaskRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#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.
-
#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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
226 227 228 |
# File 'sig/types.rbs', line 226 def client_request_token @client_request_token end |
#description ⇒ ::String
Returns the value of attribute description.
225 226 227 |
# File 'sig/types.rbs', line 225 def description @description end |
#descriptor ⇒ ::String
Returns the value of attribute descriptor.
234 235 236 |
# File 'sig/types.rbs', line 234 def descriptor @descriptor end |
#firmware_update_image ⇒ ::String
Returns the value of attribute firmware_update_image.
228 229 230 |
# File 'sig/types.rbs', line 228 def firmware_update_image @firmware_update_image end |
#firmware_update_role ⇒ ::String
Returns the value of attribute firmware_update_role.
229 230 231 |
# File 'sig/types.rbs', line 229 def firmware_update_role @firmware_update_role end |
#fragment_interval_ms ⇒ ::Integer
Returns the value of attribute fragment_interval_ms.
233 234 235 |
# File 'sig/types.rbs', line 233 def fragment_interval_ms @fragment_interval_ms end |
#fragment_size_bytes ⇒ ::Integer
Returns the value of attribute fragment_size_bytes.
232 233 234 |
# File 'sig/types.rbs', line 232 def fragment_size_bytes @fragment_size_bytes end |
#lo_ra_wan ⇒ Types::LoRaWANFuotaTask
Returns the value of attribute lo_ra_wan.
227 228 229 |
# File 'sig/types.rbs', line 227 def lo_ra_wan @lo_ra_wan end |
#name ⇒ ::String
Returns the value of attribute name.
224 225 226 |
# File 'sig/types.rbs', line 224 def name @name end |
#redundancy_percent ⇒ ::Integer
Returns the value of attribute redundancy_percent.
231 232 233 |
# File 'sig/types.rbs', line 231 def redundancy_percent @redundancy_percent end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
230 231 232 |
# File 'sig/types.rbs', line 230 def end |