Class: Aws::Types::ListFuotaTasksResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#fuota_task_list ⇒ ::Array[Types::FuotaTask]

Returns the value of attribute fuota_task_list.

Returns:



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.

Returns:

  • (::String)


1166
1167
1168
# File 'sig/types.rbs', line 1166

def next_token
  @next_token
end