Class: Aws::Types::CreateFuotaTaskRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_token ⇒ ::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


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.

Returns:

  • (::String)


225
226
227
# File 'sig/types.rbs', line 225

def description
  @description
end

#descriptor ⇒ ::String

Returns the value of attribute descriptor.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


224
225
226
# File 'sig/types.rbs', line 224

def name
  @name
end

#redundancy_percent ⇒ ::Integer

Returns the value of attribute redundancy_percent.

Returns:

  • (::Integer)


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.

Returns:



230
231
232
# File 'sig/types.rbs', line 230

def tags
  @tags
end