Class: Aws::Types::UpdateFuotaTaskRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


2138
2139
2140
# File 'sig/types.rbs', line 2138

def description
  @description
end

#descriptor ⇒ ::String

Returns the value of attribute descriptor.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2137
2138
2139
# File 'sig/types.rbs', line 2137

def name
  @name
end

#redundancy_percent ⇒ ::Integer

Returns the value of attribute redundancy_percent.

Returns:

  • (::Integer)


2142
2143
2144
# File 'sig/types.rbs', line 2142

def redundancy_percent
  @redundancy_percent
end