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)


1541
1542
1543
# File 'sig/types.rbs', line 1541

def next_token
  @next_token
end

#update_ids::Array[::String]

Returns the value of attribute update_ids.

Returns:

  • (::Array[::String])


1540
1541
1542
# File 'sig/types.rbs', line 1540

def update_ids
  @update_ids
end