Class: Aws::Types::ListOTAUpdatesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


3358
3359
3360
# File 'sig/types.rbs', line 3358

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3359
3360
3361
# File 'sig/types.rbs', line 3359

def next_token
  @next_token
end

#ota_update_status"CREATE_PENDING", ...

Returns the value of attribute ota_update_status.

Returns:

  • ("CREATE_PENDING", "CREATE_IN_PROGRESS", "CREATE_COMPLETE", "CREATE_FAILED", "DELETE_IN_PROGRESS", "DELETE_FAILED")


3360
3361
3362
# File 'sig/types.rbs', line 3360

def ota_update_status
  @ota_update_status
end