Class: Aws::Types::ListFuotaTasksResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListFuotaTasksResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fuota_task_list ⇒ ::Array[Types::FuotaTask]
Returns the value of attribute fuota_task_list.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#fuota_task_list ⇒ ::Array[Types::FuotaTask]
Returns the value of attribute fuota_task_list.
1167 1168 1169 |
# File 'sig/types.rbs', line 1167 def fuota_task_list @fuota_task_list end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
1166 1167 1168 |
# File 'sig/types.rbs', line 1166 def next_token @next_token end |