Class: Aws::Types::GetFuotaTaskResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


675
676
677
# File 'sig/types.rbs', line 675

def arn
  @arn
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


683
684
685
# File 'sig/types.rbs', line 683

def created_at
  @created_at
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


679
680
681
# File 'sig/types.rbs', line 679

def description
  @description
end

#descriptor ⇒ ::String

Returns the value of attribute descriptor.

Returns:

  • (::String)


687
688
689
# File 'sig/types.rbs', line 687

def descriptor
  @descriptor
end

#firmware_update_image ⇒ ::String

Returns the value of attribute firmware_update_image.

Returns:

  • (::String)


681
682
683
# File 'sig/types.rbs', line 681

def firmware_update_image
  @firmware_update_image
end

#firmware_update_role ⇒ ::String

Returns the value of attribute firmware_update_role.

Returns:

  • (::String)


682
683
684
# File 'sig/types.rbs', line 682

def firmware_update_role
  @firmware_update_role
end

#fragment_interval_ms ⇒ ::Integer

Returns the value of attribute fragment_interval_ms.

Returns:

  • (::Integer)


686
687
688
# File 'sig/types.rbs', line 686

def fragment_interval_ms
  @fragment_interval_ms
end

#fragment_size_bytes ⇒ ::Integer

Returns the value of attribute fragment_size_bytes.

Returns:

  • (::Integer)


685
686
687
# File 'sig/types.rbs', line 685

def fragment_size_bytes
  @fragment_size_bytes
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


676
677
678
# File 'sig/types.rbs', line 676

def id
  @id
end

#lo_ra_wan ⇒ Types::LoRaWANFuotaTaskGetInfo

Returns the value of attribute lo_ra_wan.



680
681
682
# File 'sig/types.rbs', line 680

def lo_ra_wan
  @lo_ra_wan
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


678
679
680
# File 'sig/types.rbs', line 678

def name
  @name
end

#redundancy_percent ⇒ ::Integer

Returns the value of attribute redundancy_percent.

Returns:

  • (::Integer)


684
685
686
# File 'sig/types.rbs', line 684

def redundancy_percent
  @redundancy_percent
end

#status ⇒ "Pending", ...

Returns the value of attribute status.

Returns:

  • ("Pending", "FuotaSession_Waiting", "In_FuotaSession", "FuotaDone", "Delete_Waiting")


677
678
679
# File 'sig/types.rbs', line 677

def status
  @status
end