Class: Aws::Types::ListUpdatesResponse

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)


1419
1420
1421
# File 'sig/types.rbs', line 1419

def next_token
  @next_token
end

#update_ids::Array[::String]

Returns the value of attribute update_ids.

Returns:

  • (::Array[::String])


1418
1419
1420
# File 'sig/types.rbs', line 1418

def update_ids
  @update_ids
end