Module: Aws::IoTWireless::Client::_GetFuotaTaskResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetFuotaTaskResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #created_at ⇒ ::Time
- #description ⇒ ::String
- #descriptor ⇒ ::String
- #firmware_update_image ⇒ ::String
- #firmware_update_role ⇒ ::String
- #fragment_interval_ms ⇒ ::Integer
- #fragment_size_bytes ⇒ ::Integer
- #id ⇒ ::String
- #lo_ra_wan ⇒ Types::LoRaWANFuotaTaskGetInfo
- #name ⇒ ::String
- #redundancy_percent ⇒ ::Integer
- #status ⇒ "Pending", ...
Instance Method Details
#arn ⇒ ::String
732 |
# File 'sig/client.rbs', line 732
def arn: () -> ::String
|
#created_at ⇒ ::Time
740 |
# File 'sig/client.rbs', line 740
def created_at: () -> ::Time
|
#description ⇒ ::String
736 |
# File 'sig/client.rbs', line 736
def description: () -> ::String
|
#descriptor ⇒ ::String
744 |
# File 'sig/client.rbs', line 744
def descriptor: () -> ::String
|
#firmware_update_image ⇒ ::String
738 |
# File 'sig/client.rbs', line 738
def firmware_update_image: () -> ::String
|
#firmware_update_role ⇒ ::String
739 |
# File 'sig/client.rbs', line 739
def firmware_update_role: () -> ::String
|
#fragment_interval_ms ⇒ ::Integer
743 |
# File 'sig/client.rbs', line 743
def fragment_interval_ms: () -> ::Integer
|
#fragment_size_bytes ⇒ ::Integer
742 |
# File 'sig/client.rbs', line 742
def fragment_size_bytes: () -> ::Integer
|
#id ⇒ ::String
733 |
# File 'sig/client.rbs', line 733
def id: () -> ::String
|
#lo_ra_wan ⇒ Types::LoRaWANFuotaTaskGetInfo
737 |
# File 'sig/client.rbs', line 737
def lo_ra_wan: () -> Types::LoRaWANFuotaTaskGetInfo
|
#name ⇒ ::String
735 |
# File 'sig/client.rbs', line 735
def name: () -> ::String
|
#redundancy_percent ⇒ ::Integer
741 |
# File 'sig/client.rbs', line 741
def redundancy_percent: () -> ::Integer
|
#status ⇒ "Pending", ...
734 |
# File 'sig/client.rbs', line 734
def status: () -> ("Pending" | "FuotaSession_Waiting" | "In_FuotaSession" | "FuotaDone" | "Delete_Waiting")
|