Class: Aws::Types::ListOTAUpdatesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3366
3367
3368
# File 'sig/types.rbs', line 3366

def next_token
  @next_token
end

#ota_updates::Array[Types::OTAUpdateSummary]

Returns the value of attribute ota_updates.

Returns:



3365
3366
3367
# File 'sig/types.rbs', line 3365

def ota_updates
  @ota_updates
end