Class: Aws::Types::GetFuotaTaskResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetFuotaTaskResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#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::LoRaWANFuotaTaskGetInfo
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.
-
#status ⇒ "Pending", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
675 676 677 |
# File 'sig/types.rbs', line 675 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
683 684 685 |
# File 'sig/types.rbs', line 683 def created_at @created_at end |
#description ⇒ ::String
Returns the value of attribute description.
679 680 681 |
# File 'sig/types.rbs', line 679 def description @description end |
#descriptor ⇒ ::String
Returns the value of attribute descriptor.
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.
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.
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.
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.
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.
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.
678 679 680 |
# File 'sig/types.rbs', line 678 def name @name end |
#redundancy_percent ⇒ ::Integer
Returns the value of attribute redundancy_percent.
684 685 686 |
# File 'sig/types.rbs', line 684 def redundancy_percent @redundancy_percent end |
#status ⇒ "Pending", ...
Returns the value of attribute status.
677 678 679 |
# File 'sig/types.rbs', line 677 def status @status end |