class Aws::Query::ParamList

def to_a

Returns:
  • (Array) - Returns an array of sorted {Param} objects.
def to_a
  @params.values.sort
end